Html Css Color HEX #BB20BF Deep Magenta

📋 copy color: '#BB20BF'

red 187 ◦ green 32 ◦ blue 191

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

Shades of Deep Magenta #BB20BF

Tints of Deep Magenta #BB20BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 45.61%
G = 7.8%
B = 46.59%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB20BF (or 0xBB20BF) is known color: Deep Magenta. HEX triplet: BB, 20 and BF. RGB value is (187,32,191). Sum of RGB (Red+Green+Blue) = 187+32+191=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB20BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20BF is #44DF40. Grayscale: #5F5F5F. Windows color (decimal): -4513601 or 12525755. OLE color: 12525755.

HSL color Cylindrical-coordinate representation of color #BB20BF: hue angle of 298.49º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB20BF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 32 191 -
CMYK 0.02 0.83 0 0.25
HSL 298.49º 0.71% 0.44% -
HSV(B) 298.49º 0.83% 0.75% -
XYZ 30.41 15.36 50.65 -
YUV 96.47 181.35 192.57 -
System Red Green Blue C M Y K H S L
Decimal 187 32 191 0.02 0.83 0 0.25 298.49 0.71 0.44
Hex BB 20 BF 2 53 0 19 12A 47 2C
Octal 273 40 277 2 123 0 31 452 107 54
Binary 10111011 100000 10111111 10 1010011 0 11001 100101010 1000111 101100

Color Harmonies of #BB20BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20BF

Black with #BB20BF

Text Example


Text Example

White with #BB20BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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