Html Css Color HEX #B522CC Dark Orchid

📋 copy color: '#B522CC'

red 181 ◦ green 34 ◦ blue 204

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

Shades of Dark Orchid #B522CC

Tints of Dark Orchid #B522CC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.11%

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

R = 43.2%
G = 8.11%
B = 48.69%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B522CC (or 0xB522CC) is known color: Dark Orchid. HEX triplet: B5, 22 and CC. RGB value is (181,34,204). Sum of RGB (Red+Green+Blue) = 181+34+204=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #B522CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522CC is #4ADD33. Grayscale: #606060. Windows color (decimal): -4906292 or 13378229. OLE color: 13378229.

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

Color convert

RGB 181 34 204 -
CMYK 0.11 0.83 0 0.2
HSL 291.88º 0.71% 0.47% -
HSV(B) 291.88º 0.83% 0.8% -
XYZ 30.53 15.33 58.48 -
YUV 97.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 181 34 204 0.11 0.83 0 0.2 291.88 0.71 0.47
Hex B5 22 CC B 53 0 14 124 47 2F
Octal 265 42 314 13 123 0 24 444 107 57
Binary 10110101 100010 11001100 1011 1010011 0 10100 100100100 1000111 101111

Color Harmonies of #B522CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522CC

Black with #B522CC

Text Example


Text Example

White with #B522CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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