Html Css Color HEX #B52CCC Dark Orchid

📋 copy color: '#B52CCC'

red 181 ◦ green 44 ◦ blue 204

#B52CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B52CCC

Tints of Dark Orchid #B52CCC

RGB

 RED value IS 181 (71.09% from 255) = 42.19%

 GREEN value IS 44 (17.58% from 255) = 10.26%

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 42.19%
G = 10.26%
B = 47.55%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B52CCC (or 0xB52CCC) is known color: Dark Orchid. HEX triplet: B5, 2C and CC. RGB value is (181,44,204). Sum of RGB (Red+Green+Blue) = 181+44+204=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #B52CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CCC is #4AD333. Grayscale: #666666. Windows color (decimal): -4903732 or 13380789. OLE color: 13380789.

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

Color convert

RGB 181 44 204 -
CMYK 0.11 0.78 0 0.2
HSL 291.38º 0.65% 0.49% -
HSV(B) 291.38º 0.78% 0.8% -
XYZ 30.86 15.98 58.59 -
YUV 103.2 184.89 183.49 -
System Red Green Blue C M Y K H S L
Decimal 181 44 204 0.11 0.78 0 0.2 291.38 0.65 0.49
Hex B5 2C CC B 4E 0 14 123 41 31
Octal 265 54 314 13 116 0 24 443 101 61
Binary 10110101 101100 11001100 1011 1001110 0 10100 100100011 1000001 110001

Color Harmonies of #B52CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CCC

Black with #B52CCC

Text Example


Text Example

White with #B52CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CCC; }

 p { color: rgb(181,44,204); }

 H1.HeaderClassName
 {
   color: #B52CCC;
 }
 .AnyTagClassName
 {
   color: #B52CCC;
 }
</style>

background-color css

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

 a { background-color: rgb(181,44,204); }

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

border-color css

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

 span { border-color: rgb(181,44,204); }

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