#B72BC2

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

Shades of Dark Orchid #B72BC2

Tints of Dark Orchid #B72BC2

Color information

#B72BC2 (or 0xB72BC2) is unknown color: approx Dark Orchid. HEX triplet: B7, 2B and C2. RGB value is (183,43,194). Sum of RGB (Red+Green+Blue) = 183+43+194=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #B72BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BC2 is #48D43D. Grayscale: #656565. Windows color (decimal): -4772926 or 12725175. OLE color: 12725175.

HSL color Cylindrical-coordinate representation of color #B72BC2: hue angle of 295.63º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72BC2 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18343194-
CMYK0.060.7800.24
HSL295.63º63.71%46.47%-
HSV(B)295.63º77.84%76.08%-
XYZ30.1315.6952.48-
YUV102.07179.88185.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 43 (17.19% from 255) = 10.24%
BLUE value IS 194 (76.17% from 255) = 46.19%
R=43.57%
G=10.24%
B=46.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183431940.060.7800.24295.6363.7146.47
HexB72BC264E018128402e
Octal26753302611603045010056
Binary101101111010111100001011010011100110001001010001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72BC2; }

 p { color: rgb(183,43,194); }

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

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

 a { background-color: rgb(183,43,194); }

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

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

 span { border-color: rgb(183,43,194); }

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