#B72BBF

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

Shades of Dark Orchid #B72BBF

Tints of Dark Orchid #B72BBF

Color information

#B72BBF (or 0xB72BBF) is unknown color: approx Dark Orchid. HEX triplet: B7, 2B and BF. RGB value is (183,43,191). Sum of RGB (Red+Green+Blue) = 183+43+191=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #B72BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BBF is #48D440. Grayscale: #656565. Windows color (decimal): -4772929 or 12528567. OLE color: 12528567.

HSL color Cylindrical-coordinate representation of color #B72BBF: hue angle of 296.76º 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 #B72BBF is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18343191-
CMYK0.040.7700.25
HSL296.76º63.25%45.88%-
HSV(B)296.76º77.49%74.9%-
XYZ29.815.5650.72-
YUV101.73178.38185.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 43 (17.19% from 255) = 10.31%
BLUE value IS 191 (75% from 255) = 45.80%
R=43.88%
G=10.31%
B=45.80%

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
Decimal183431910.040.7700.25296.7663.2545.88
HexB72BBF44D0191293f2e
Octal2675327741150314517756
Binary10110111101011101111111001001101011001100101001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72BBF; }

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

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

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

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

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

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

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

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