#B729E6

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

Shades of Dark Orchid #B729E6

Tints of Dark Orchid #B729E6

Color information

#B729E6 (or 0xB729E6) is unknown color: approx Dark Orchid. HEX triplet: B7, 29 and E6. RGB value is (183,41,230). Sum of RGB (Red+Green+Blue) = 183+41+230=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #B729E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B729E6 is #48D619. Grayscale: #686868. Windows color (decimal): -4773402 or 15083959. OLE color: 15083959.

HSL color Cylindrical-coordinate representation of color #B729E6: hue angle of 285.08º 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 #B729E6 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18341230-
CMYK0.200.8200.10
HSL285.08º79.08%53.14%-
HSV(B)285.08º82.17%90.2%-
XYZ34.617.3776.39-
YUV105198.54183.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 41 (16.41% from 255) = 9.03%
BLUE value IS 230 (90.23% from 255) = 50.66%
R=40.31%
G=9.03%
B=50.66%

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
Decimal183412300.200.8200.10285.0879.0853.14
HexB729E614520A11d4f35
Octal267513462412201243511765
Binary1011011110100111100110101001010010010101000111011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B729E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B729E6; }

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

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

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

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

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

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

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

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