#B729BE

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

Shades of Dark Orchid #B729BE

Tints of Dark Orchid #B729BE

Color information

#B729BE (or 0xB729BE) is unknown color: approx Dark Orchid. HEX triplet: B7, 29 and BE. RGB value is (183,41,190). Sum of RGB (Red+Green+Blue) = 183+41+190=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #B729BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729BE is #48D641. Grayscale: #636363. Windows color (decimal): -4773442 or 12462519. OLE color: 12462519.

HSL color Cylindrical-coordinate representation of color #B729BE: hue angle of 297.18º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B729BE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18341190-
CMYK0.040.7800.25
HSL297.18º64.5%45.29%-
HSV(B)297.18º78.42%74.51%-
XYZ29.6215.3750.12-
YUV100.44178.54186.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 41 (16.41% from 255) = 9.90%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=44.20%
G=9.90%
B=45.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183411900.040.7800.25297.1864.545.29
HexB729BE44E019129412d
Octal26751276411603145110155
Binary101101111010011011111010010011100110011001010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B729BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B729BE; }

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

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

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

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

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

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

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

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