#B929E6

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

Shades of Dark Orchid #B929E6

Tints of Dark Orchid #B929E6

Color information

#B929E6 (or 0xB929E6) is unknown color: approx Dark Orchid. HEX triplet: B9, 29 and E6. RGB value is (185,41,230). Sum of RGB (Red+Green+Blue) = 185+41+230=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #B929E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B929E6 is #46D619. Grayscale: #686868. Windows color (decimal): -4642330 or 15083961. OLE color: 15083961.

HSL color Cylindrical-coordinate representation of color #B929E6: hue angle of 285.71º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B929E6 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18541230-
CMYK0.200.8200.10
HSL285.71º79.08%53.14%-
HSV(B)285.71º82.17%90.2%-
XYZ35.0817.6176.41-
YUV105.6198.21184.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 41 (16.41% from 255) = 8.99%
BLUE value IS 230 (90.23% from 255) = 50.44%
R=40.57%
G=8.99%
B=50.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal185412300.200.8200.10285.7179.0853.14
HexB929E614520A11e4f35
Octal271513462412201243611765
Binary1011100110100111100110101001010010010101000111101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B929E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B929E6; }

 p { color: rgb(185,41,230); }

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

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

 a { background-color: rgb(185,41,230); }

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

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

 span { border-color: rgb(185,41,230); }

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