Html Css Color HEX #BB20D0 Deep Magenta

📋 copy color: '#BB20D0'

red 187 ◦ green 32 ◦ blue 208

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

Shades of Deep Magenta #BB20D0

Tints of Deep Magenta #BB20D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.71%

R = 43.79%
G = 7.49%
B = 48.71%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB20D0 (or 0xBB20D0) is known color: Deep Magenta. HEX triplet: BB, 20 and D0. RGB value is (187,32,208). Sum of RGB (Red+Green+Blue) = 187+32+208=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB20D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20D0 is #44DF2F. Grayscale: #616161. Windows color (decimal): -4513584 or 13639867. OLE color: 13639867.

HSL color Cylindrical-coordinate representation of color #BB20D0: hue angle of 292.84º 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 #BB20D0 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 32 208 -
CMYK 0.10 0.85 0 0.18
HSL 292.84º 0.73% 0.47% -
HSV(B) 292.84º 0.85% 0.82% -
XYZ 32.4 16.15 61.08 -
YUV 98.41 189.85 191.19 -
System Red Green Blue C M Y K H S L
Decimal 187 32 208 0.10 0.85 0 0.18 292.84 0.73 0.47
Hex BB 20 D0 A 55 0 12 125 49 2F
Octal 273 40 320 12 125 0 22 445 111 57
Binary 10111011 100000 11010000 1010 1010101 0 10010 100100101 1001001 101111

Color Harmonies of #BB20D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20D0

Black with #BB20D0

Text Example


Text Example

White with #BB20D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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