#b72be1

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

Shades of Dark Orchid #B72BE1

Tints of Dark Orchid #B72BE1

Color information

#B72BE1 (or 0xB72BE1) is unknown color: approx Dark Orchid. HEX triplet: B7, 2B and E1. RGB value is (183,43,225). Sum of RGB (Red+Green+Blue) = 183+43+225=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #B72BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BE1 is #48D41E. Grayscale: #696969. Windows color (decimal): -4772895 or 14756791. OLE color: 14756791.

HSL color Cylindrical-coordinate representation of color #B72BE1: hue angle of 286.15º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72BE1 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18343225-
CMYK0.190.8100.12
HSL286.15º75.21%52.55%-
HSV(B)286.15º80.89%88.24%-
XYZ33.9817.2372.77-
YUV105.61195.38183.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 43 (17.19% from 255) = 9.53%
BLUE value IS 225 (88.28% from 255) = 49.89%
R=40.58%
G=9.53%
B=49.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal183432250.190.8100.12286.1575.2152.55
HexB72BE113510C11e4b35
Octal267533412312101443611365
Binary1011011110101111100001100111010001011001000111101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b72be1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b72be1; }

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

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

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

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

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

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

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

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