#B72FE8

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

Shades of Dark Orchid #B72FE8

Tints of Dark Orchid #B72FE8

Color information

#B72FE8 (or 0xB72FE8) is unknown color: approx Dark Orchid. HEX triplet: B7, 2F and E8. RGB value is (183,47,232). Sum of RGB (Red+Green+Blue) = 183+47+232=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #B72FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72FE8 is #48D017. Grayscale: #6C6C6C. Windows color (decimal): -4771864 or 15216567. OLE color: 15216567.

HSL color Cylindrical-coordinate representation of color #B72FE8: hue angle of 284.11º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72FE8 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18347232-
CMYK0.210.8000.09
HSL284.11º80.09%54.71%-
HSV(B)284.11º79.74%90.98%-
XYZ35.1117.9377.95-
YUV108.75197.56180.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.61%
GREEN value IS 47 (18.75% from 255) = 10.17%
BLUE value IS 232 (91.02% from 255) = 50.22%
R=39.61%
G=10.17%
B=50.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal183472320.210.8000.09284.1180.0954.71
HexB72FE815500911c5037
Octal267573502512001143412067
Binary1011011110111111101000101011010000010011000111001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72FE8; }

 p { color: rgb(183,47,232); }

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

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

 a { background-color: rgb(183,47,232); }

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

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

 span { border-color: rgb(183,47,232); }

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