Html Css Color HEX #BB20DA Deep Magenta

📋 copy color: '#BB20DA'

red 187 ◦ green 32 ◦ blue 218

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

Shades of Deep Magenta #BB20DA

Tints of Deep Magenta #BB20DA

RGB

 RED value IS 187 (73.44% from 255) = 42.79%

 GREEN value IS 32 (12.89% from 255) = 7.32%

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 42.79%
G = 7.32%
B = 49.89%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB20DA (or 0xBB20DA) is known color: Deep Magenta. HEX triplet: BB, 20 and DA. RGB value is (187,32,218). Sum of RGB (Red+Green+Blue) = 187+32+218=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB20DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20DA is #44DF25. Grayscale: #626262. Windows color (decimal): -4513574 or 14295227. OLE color: 14295227.

HSL color Cylindrical-coordinate representation of color #BB20DA: hue angle of 290º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB20DA is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 32 218 -
CMYK 0.14 0.85 0 0.15
HSL 290º 0.74% 0.49% -
HSV(B) 290º 0.85% 0.85% -
XYZ 33.66 16.66 67.77 -
YUV 99.55 194.85 190.38 -
System Red Green Blue C M Y K H S L
Decimal 187 32 218 0.14 0.85 0 0.15 290 0.74 0.49
Hex BB 20 DA E 55 0 F 122 4A 31
Octal 273 40 332 16 125 0 17 442 112 61
Binary 10111011 100000 11011010 1110 1010101 0 1111 100100010 1001010 110001

Color Harmonies of #BB20DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20DA

Black with #BB20DA

Text Example


Text Example

White with #BB20DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20DA; }

 p { color: rgb(187,32,218); }

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

background-color css

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

 a { background-color: rgb(187,32,218); }

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

border-color css

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

 span { border-color: rgb(187,32,218); }

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