Html Css Color HEX #BB21BE Deep Magenta

📋 copy color: '#BB21BE'

red 187 ◦ green 33 ◦ blue 190

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

Shades of Deep Magenta #BB21BE

Tints of Deep Magenta #BB21BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 45.61%
G = 8.05%
B = 46.34%

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

#BB21BE (or 0xBB21BE) is known color: Deep Magenta. HEX triplet: BB, 21 and BE. RGB value is (187,33,190). Sum of RGB (Red+Green+Blue) = 187+33+190=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB21BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB21BE is #44DE41. Grayscale: #606060. Windows color (decimal): -4513346 or 12460475. OLE color: 12460475.

HSL color Cylindrical-coordinate representation of color #BB21BE: hue angle of 298.85º degrees, saturation: 0.7, 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 #BB21BE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 33 190 -
CMYK 0.02 0.83 0 0.25
HSL 298.85º 0.7% 0.44% -
HSV(B) 298.85º 0.83% 0.75% -
XYZ 30.33 15.37 50.08 -
YUV 96.94 180.52 192.23 -
System Red Green Blue C M Y K H S L
Decimal 187 33 190 0.02 0.83 0 0.25 298.85 0.7 0.44
Hex BB 21 BE 2 53 0 19 12B 46 2C
Octal 273 41 276 2 123 0 31 453 106 54
Binary 10111011 100001 10111110 10 1010011 0 11001 100101011 1000110 101100

Color Harmonies of #BB21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB21BE

Black with #BB21BE

Text Example


Text Example

White with #BB21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB21BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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