#B729BF

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

Shades of Dark Orchid #B729BF

Tints of Dark Orchid #B729BF

Color information

#B729BF (or 0xB729BF) is unknown color: approx Dark Orchid. HEX triplet: B7, 29 and BF. RGB value is (183,41,191). Sum of RGB (Red+Green+Blue) = 183+41+191=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #B729BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729BF is #48D640. Grayscale: #646464. Windows color (decimal): -4773441 or 12528055. OLE color: 12528055.

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

Color convert

RGB18341191-
CMYK0.040.7900.25
HSL296.8º64.66%45.49%-
HSV(B)296.8º78.53%74.9%-
XYZ29.7315.4150.7-
YUV100.56179.04186.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 41 (16.41% from 255) = 9.88%
BLUE value IS 191 (75% from 255) = 46.02%
R=44.10%
G=9.88%
B=46.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183411910.040.7900.25296.864.6645.49
HexB729BF44F019129412d
Octal26751277411703145110155
Binary101101111010011011111110010011110110011001010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B729BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B729BF; }

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

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

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

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

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

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

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

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