Html Css Color HEX #B821BB Deep Magenta

📋 copy color: '#B821BB'

red 184 ◦ green 33 ◦ blue 187

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

Shades of Deep Magenta #B821BB

Tints of Deep Magenta #B821BB

RGB

 RED value IS 184 (72.27% from 255) = 45.54%

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

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

R = 45.54%
G = 8.17%
B = 46.29%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B821BB (or 0xB821BB) is known color: Deep Magenta. HEX triplet: B8, 21 and BB. RGB value is (184,33,187). Sum of RGB (Red+Green+Blue) = 184+33+187=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #B821BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821BB is #47DE44. Grayscale: #5F5F5F. Windows color (decimal): -4709957 or 12263864. OLE color: 12263864.

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

Color convert

RGB 184 33 187 -
CMYK 0.02 0.82 0 0.27
HSL 298.83º 0.7% 0.43% -
HSV(B) 298.83º 0.82% 0.73% -
XYZ 29.28 14.87 48.34 -
YUV 95.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 184 33 187 0.02 0.82 0 0.27 298.83 0.7 0.43
Hex B8 21 BB 2 52 0 1B 12B 46 2B
Octal 270 41 273 2 122 0 33 453 106 53
Binary 10111000 100001 10111011 10 1010010 0 11011 100101011 1000110 101011

Color Harmonies of #B821BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821BB

Black with #B821BB

Text Example


Text Example

White with #B821BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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