Html Css Color HEX #BB21BB Deep Magenta

📋 copy color: '#BB21BB'

red 187 ◦ green 33 ◦ blue 187

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

Shades of Deep Magenta #BB21BB

Tints of Deep Magenta #BB21BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 45.95%
G = 8.11%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB21BB (or 0xBB21BB) is known color: Deep Magenta. HEX triplet: BB, 21 and BB. RGB value is (187,33,187). Sum of RGB (Red+Green+Blue) = 187+33+187=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB21BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB21BB is #44DE44. Grayscale: #606060. Windows color (decimal): -4513349 or 12263867. OLE color: 12263867.

HSL color Cylindrical-coordinate representation of color #BB21BB: hue angle of 300º 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 #BB21BB is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 33 187 -
CMYK 0 0.82 0 0.27
HSL 300º 0.7% 0.43% -
HSV(B) 300º 0.82% 0.73% -
XYZ 30.01 15.24 48.37 -
YUV 96.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 187 33 187 0 0.82 0 0.27 300 0.7 0.43
Hex BB 21 BB 0 52 0 1B 12C 46 2B
Octal 273 41 273 0 122 0 33 454 106 53
Binary 10111011 100001 10111011 0 1010010 0 11011 100101100 1000110 101011

Color Harmonies of #BB21BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB21BB

Black with #BB21BB

Text Example


Text Example

White with #BB21BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB21BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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