Html Css Color HEX #BB20AF Deep Magenta

📋 copy color: '#BB20AF'

red 187 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #BB20AF

Tints of Deep Magenta #BB20AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 47.46%
G = 8.12%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB20AF (or 0xBB20AF) is known color: Deep Magenta. HEX triplet: BB, 20 and AF. RGB value is (187,32,175). Sum of RGB (Red+Green+Blue) = 187+32+175=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB20AF is #44DF50. Grayscale: #5E5E5E. Windows color (decimal): -4513617 or 11477179. OLE color: 11477179.

HSL color Cylindrical-coordinate representation of color #BB20AF: hue angle of 304.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB20AF is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 175 -
CMYK 0 0.83 0.06 0.27
HSL 304.65º 0.71% 0.43% -
HSV(B) 304.65º 0.83% 0.73% -
XYZ 28.75 14.69 41.88 -
YUV 94.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 187 32 175 0 0.83 0.06 0.27 304.65 0.71 0.43
Hex BB 20 AF 0 53 6 1B 131 47 2B
Octal 273 40 257 0 123 6 33 461 107 53
Binary 10111011 100000 10101111 0 1010011 110 11011 100110001 1000111 101011

Color Harmonies of #BB20AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20AF

Black with #BB20AF

Text Example


Text Example

White with #BB20AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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