Html Css Color HEX #BB21B7 Deep Magenta

📋 copy color: '#BB21B7'

red 187 ◦ green 33 ◦ blue 183

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

Shades of Deep Magenta #BB21B7

Tints of Deep Magenta #BB21B7

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.19%

 BLUE value IS 183 (71.88% from 255) = 45.41%

R = 46.4%
G = 8.19%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB21B7 (or 0xBB21B7) is known color: Deep Magenta. HEX triplet: BB, 21 and B7. RGB value is (187,33,183). Sum of RGB (Red+Green+Blue) = 187+33+183=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB21B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB21B7 is #44DE48. Grayscale: #5F5F5F. Windows color (decimal): -4513353 or 12001723. OLE color: 12001723.

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

Color convert

RGB 187 33 183 -
CMYK 0 0.82 0.02 0.27
HSL 301.56º 0.7% 0.43% -
HSV(B) 301.56º 0.82% 0.73% -
XYZ 29.58 15.07 46.15 -
YUV 96.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 187 33 183 0 0.82 0.02 0.27 301.56 0.7 0.43
Hex BB 21 B7 0 52 2 1B 12E 46 2B
Octal 273 41 267 0 122 2 33 456 106 53
Binary 10111011 100001 10110111 0 1010010 10 11011 100101110 1000110 101011

Color Harmonies of #BB21B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB21B7

Black with #BB21B7

Text Example


Text Example

White with #BB21B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB21B7; }

 p { color: rgb(187,33,183); }

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

background-color css

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

 a { background-color: rgb(187,33,183); }

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

border-color css

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

 span { border-color: rgb(187,33,183); }

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