#B72CCD

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

Shades of Dark Orchid #B72CCD

Tints of Dark Orchid #B72CCD

Color information

#B72CCD (or 0xB72CCD) is unknown color: approx Dark Orchid. HEX triplet: B7, 2C and CD. RGB value is (183,44,205). Sum of RGB (Red+Green+Blue) = 183+44+205=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #B72CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CCD is #48D332. Grayscale: #676767. Windows color (decimal): -4772659 or 13446327. OLE color: 13446327.

HSL color Cylindrical-coordinate representation of color #B72CCD: hue angle of 291.8º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72CCD is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18344205-
CMYK0.110.7900.20
HSL291.8º64.66%48.82%-
HSV(B)291.8º78.54%80.39%-
XYZ31.4516.2859.24-
YUV103.92185.05184.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 44 (17.58% from 255) = 10.19%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=42.36%
G=10.19%
B=47.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183442050.110.7900.20291.864.6648.82
HexB72CCDB4F0141244131
Octal267543151311702444410161
Binary1011011110110011001101101110011110101001001001001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72CCD; }

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

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

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

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

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

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

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

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