#B72CE5

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

Shades of Dark Orchid #B72CE5

Tints of Dark Orchid #B72CE5

Color information

#B72CE5 (or 0xB72CE5) is unknown color: approx Dark Orchid. HEX triplet: B7, 2C and E5. RGB value is (183,44,229). Sum of RGB (Red+Green+Blue) = 183+44+229=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #B72CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CE5 is #48D31A. Grayscale: #6A6A6A. Windows color (decimal): -4772635 or 15019191. OLE color: 15019191.

HSL color Cylindrical-coordinate representation of color #B72CE5: hue angle of 285.08º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72CE5 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18344229-
CMYK0.200.8100.10
HSL285.08º78.06%53.53%-
HSV(B)285.08º80.79%89.8%-
XYZ34.5717.5375.69-
YUV106.65197.05182.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 44 (17.58% from 255) = 9.65%
BLUE value IS 229 (89.84% from 255) = 50.22%
R=40.13%
G=9.65%
B=50.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal183442290.200.8100.10285.0878.0653.53
HexB72CE514510A11d4e36
Octal267543452412101243511666
Binary1011011110110011100101101001010001010101000111011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72CE5; }

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

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

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

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

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

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

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

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