#B729C9

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

Shades of Dark Orchid #B729C9

Tints of Dark Orchid #B729C9

Color information

#B729C9 (or 0xB729C9) is unknown color: approx Dark Orchid. HEX triplet: B7, 29 and C9. RGB value is (183,41,201). Sum of RGB (Red+Green+Blue) = 183+41+201=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #B729C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729C9 is #48D636. Grayscale: #656565. Windows color (decimal): -4773431 or 13183415. OLE color: 13183415.

HSL color Cylindrical-coordinate representation of color #B729C9: hue angle of 293.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B729C9 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18341201-
CMYK0.090.8000.21
HSL293.25º66.12%47.45%-
HSV(B)293.25º79.6%78.82%-
XYZ30.8615.8756.69-
YUV101.7184.04185.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 41 (16.41% from 255) = 9.65%
BLUE value IS 201 (78.91% from 255) = 47.29%
R=43.06%
G=9.65%
B=47.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183412010.090.8000.21293.2566.1247.45
HexB729C9950015125422f
Octal267513111112002544510257
Binary1011011110100111001001100110100000101011001001011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B729C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B729C9; }

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

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

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

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

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

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

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

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