Html Css Color HEX #BB20D1 Deep Magenta

📋 copy color: '#BB20D1'

red 187 ◦ green 32 ◦ blue 209

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

Shades of Deep Magenta #BB20D1

Tints of Deep Magenta #BB20D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.83%

R = 43.69%
G = 7.48%
B = 48.83%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB20D1 (or 0xBB20D1) is known color: Deep Magenta. HEX triplet: BB, 20 and D1. RGB value is (187,32,209). Sum of RGB (Red+Green+Blue) = 187+32+209=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB20D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20D1 is #44DF2E. Grayscale: #616161. Windows color (decimal): -4513583 or 13705403. OLE color: 13705403.

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

Color convert

RGB 187 32 209 -
CMYK 0.11 0.85 0 0.18
HSL 292.54º 0.73% 0.47% -
HSV(B) 292.54º 0.85% 0.82% -
XYZ 32.52 16.2 61.73 -
YUV 98.52 190.35 191.11 -
System Red Green Blue C M Y K H S L
Decimal 187 32 209 0.11 0.85 0 0.18 292.54 0.73 0.47
Hex BB 20 D1 B 55 0 12 125 49 2F
Octal 273 40 321 13 125 0 22 445 111 57
Binary 10111011 100000 11010001 1011 1010101 0 10010 100100101 1001001 101111

Color Harmonies of #BB20D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20D1

Black with #BB20D1

Text Example


Text Example

White with #BB20D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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