Html Css Color HEX #B532DD Dark Orchid

📋 copy color: '#B532DD'

red 181 ◦ green 50 ◦ blue 221

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

Shades of Dark Orchid #B532DD

Tints of Dark Orchid #B532DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 40.04%
G = 11.06%
B = 48.89%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B532DD (or 0xB532DD) is known color: Dark Orchid. HEX triplet: B5, 32 and DD. RGB value is (181,50,221). Sum of RGB (Red+Green+Blue) = 181+50+221=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #B532DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532DD is #4ACD22. Grayscale: #6C6C6C. Windows color (decimal): -4902179 or 14496437. OLE color: 14496437.

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

Color convert

RGB 181 50 221 -
CMYK 0.18 0.77 0 0.13
HSL 285.96º 0.72% 0.53% -
HSV(B) 285.96º 0.77% 0.87% -
XYZ 33.25 17.33 70 -
YUV 108.66 191.4 179.6 -
System Red Green Blue C M Y K H S L
Decimal 181 50 221 0.18 0.77 0 0.13 285.96 0.72 0.53
Hex B5 32 DD 12 4D 0 D 11E 48 35
Octal 265 62 335 22 115 0 15 436 110 65
Binary 10110101 110010 11011101 10010 1001101 0 1101 100011110 1001000 110101

Color Harmonies of #B532DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532DD

Black with #B532DD

Text Example


Text Example

White with #B532DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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