Html Css Color HEX #B522DC Dark Orchid

📋 copy color: '#B522DC'

red 181 ◦ green 34 ◦ blue 220

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

Shades of Dark Orchid #B522DC

Tints of Dark Orchid #B522DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 41.61%
G = 7.82%
B = 50.57%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B522DC (or 0xB522DC) is known color: Dark Orchid. HEX triplet: B5, 22 and DC. RGB value is (181,34,220). Sum of RGB (Red+Green+Blue) = 181+34+220=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #B522DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522DC is #4ADD23. Grayscale: #626262. Windows color (decimal): -4906276 or 14426805. OLE color: 14426805.

HSL color Cylindrical-coordinate representation of color #B522DC: hue angle of 287.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B522DC is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 34 220 -
CMYK 0.18 0.85 0 0.14
HSL 287.42º 0.73% 0.5% -
HSV(B) 287.42º 0.85% 0.86% -
XYZ 32.55 16.14 69.11 -
YUV 99.16 196.2 186.38 -
System Red Green Blue C M Y K H S L
Decimal 181 34 220 0.18 0.85 0 0.14 287.42 0.73 0.5
Hex B5 22 DC 12 55 0 E 11F 49 32
Octal 265 42 334 22 125 0 16 437 111 62
Binary 10110101 100010 11011100 10010 1010101 0 1110 100011111 1001001 110010

Color Harmonies of #B522DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522DC

Black with #B522DC

Text Example


Text Example

White with #B522DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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