Html Css Color HEX #B532DC Dark Orchid

📋 copy color: '#B532DC'

red 181 ◦ green 50 ◦ blue 220

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

Shades of Dark Orchid #B532DC

Tints of Dark Orchid #B532DC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.09%

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

R = 40.13%
G = 11.09%
B = 48.78%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B532DC (or 0xB532DC) is known color: Dark Orchid. HEX triplet: B5, 32 and DC. RGB value is (181,50,220). Sum of RGB (Red+Green+Blue) = 181+50+220=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #B532DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532DC is #4ACD23. Grayscale: #6C6C6C. Windows color (decimal): -4902180 or 14430901. OLE color: 14430901.

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

Color convert

RGB 181 50 220 -
CMYK 0.18 0.77 0 0.14
HSL 286.24º 0.71% 0.53% -
HSV(B) 286.24º 0.77% 0.86% -
XYZ 33.11 17.27 69.3 -
YUV 108.55 190.9 179.68 -
System Red Green Blue C M Y K H S L
Decimal 181 50 220 0.18 0.77 0 0.14 286.24 0.71 0.53
Hex B5 32 DC 12 4D 0 E 11E 47 35
Octal 265 62 334 22 115 0 16 436 107 65
Binary 10110101 110010 11011100 10010 1001101 0 1110 100011110 1000111 110101

Color Harmonies of #B532DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532DC

Black with #B532DC

Text Example


Text Example

White with #B532DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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