#B72CBF

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

Shades of Dark Orchid #B72CBF

Tints of Dark Orchid #B72CBF

Color information

#B72CBF (or 0xB72CBF) is unknown color: approx Dark Orchid. HEX triplet: B7, 2C and BF. RGB value is (183,44,191). Sum of RGB (Red+Green+Blue) = 183+44+191=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #B72CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CBF is #48D340. Grayscale: #656565. Windows color (decimal): -4772673 or 12528823. OLE color: 12528823.

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

Color convert

RGB18344191-
CMYK0.040.7700.25
HSL296.73º62.55%46.08%-
HSV(B)296.73º76.96%74.9%-
XYZ29.8315.6350.73-
YUV102.32178.05185.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 44 (17.58% from 255) = 10.53%
BLUE value IS 191 (75% from 255) = 45.69%
R=43.78%
G=10.53%
B=45.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183441910.040.7700.25296.7362.5546.08
HexB72CBF44D0191293f2e
Octal2675427741150314517756
Binary10110111101100101111111001001101011001100101001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72CBF; }

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

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

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

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

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

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

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

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