Html Css Color HEX #BB20CA Deep Magenta

📋 copy color: '#BB20CA'

red 187 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #BB20CA

Tints of Deep Magenta #BB20CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 44.42%
G = 7.6%
B = 47.98%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB20CA (or 0xBB20CA) is known color: Deep Magenta. HEX triplet: BB, 20 and CA. RGB value is (187,32,202). Sum of RGB (Red+Green+Blue) = 187+32+202=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20CA is #44DF35. Grayscale: #616161. Windows color (decimal): -4513590 or 13246651. OLE color: 13246651.

HSL color Cylindrical-coordinate representation of color #BB20CA: hue angle of 294.71º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB20CA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 32 202 -
CMYK 0.07 0.84 0 0.21
HSL 294.71º 0.73% 0.46% -
HSV(B) 294.71º 0.84% 0.79% -
XYZ 31.67 15.86 57.27 -
YUV 97.73 186.85 191.68 -
System Red Green Blue C M Y K H S L
Decimal 187 32 202 0.07 0.84 0 0.21 294.71 0.73 0.46
Hex BB 20 CA 7 54 0 15 127 49 2E
Octal 273 40 312 7 124 0 25 447 111 56
Binary 10111011 100000 11001010 111 1010100 0 10101 100100111 1001001 101110

Color Harmonies of #BB20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20CA

Black with #BB20CA

Text Example


Text Example

White with #BB20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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