#B431C6

Color #B431C6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B431C6

Tints of Dark Orchid #B431C6

Color information

#B431C6 (or 0xB431C6) is unknown color: approx Dark Orchid. HEX triplet: B4, 31 and C6. RGB value is (180,49,198). Sum of RGB (Red+Green+Blue) = 180+49+198=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #B431C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431C6 is #4BCE39. Grayscale: #686868. Windows color (decimal): -4967994 or 12988852. OLE color: 12988852.

HSL color Cylindrical-coordinate representation of color #B431C6: hue angle of 292.75º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B431C6 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18049198-
CMYK0.090.7500.22
HSL292.75º60.32%48.43%-
HSV(B)292.75º75.25%77.65%-
XYZ30.1115.9854.92-
YUV105.16180.4181.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 49 (19.53% from 255) = 11.48%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=42.15%
G=11.48%
B=46.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180491980.090.7500.22292.7560.3248.43
HexB431C694B0161253c30
Octal26461306111130264457460
Binary101101001100011100011010011001011010110100100101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B431C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B431C6; }

 p { color: rgb(180,49,198); }

 H1.HeaderClassName
 {
   color: #B431C6;
 }
 .AnyTagClassName
 {
   color: #B431C6;
 }
</style>
background-color css

<style>
 a { background-color: #B431C6; }

 a { background-color: rgb(180,49,198); }

 div.DivClassName
 {
   background-color: #B431C6;
 }
 .BgClassName
 {
   background-color: #B431C6;
 }
</style>
border-color css

<style>
 span { border-color: #B431C6; }

 span { border-color: rgb(180,49,198); }

 td.TdClassName
 {
   border-color: #B431C6;
 }
 .TagClassName
 {
   border-color: #B431C6;
 }
</style>