#B72FD4

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

Shades of Dark Orchid #B72FD4

Tints of Dark Orchid #B72FD4

Color information

#B72FD4 (or 0xB72FD4) is unknown color: approx Dark Orchid. HEX triplet: B7, 2F and D4. RGB value is (183,47,212). Sum of RGB (Red+Green+Blue) = 183+47+212=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 212 - color contains mainly: blue. Hex color #B72FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72FD4 is #48D02B. Grayscale: #696969. Windows color (decimal): -4771884 or 13905847. OLE color: 13905847.

HSL color Cylindrical-coordinate representation of color #B72FD4: hue angle of 289.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72FD4 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18347212-
CMYK0.140.7800.17
HSL289.45º65.74%50.78%-
HSV(B)289.45º77.83%83.14%-
XYZ32.4316.8563.83-
YUV106.47187.56182.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 47 (18.75% from 255) = 10.63%
BLUE value IS 212 (83.20% from 255) = 47.96%
R=41.40%
G=10.63%
B=47.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal183472120.140.7800.17289.4565.7450.78
HexB72FD4E4E0111214233
Octal267573241611602144110263
Binary1011011110111111010100111010011100100011001000011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72FD4; }

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

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

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

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

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

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

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

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