Html Css Color HEX #B821BA Deep Magenta

📋 copy color: '#B821BA'

red 184 ◦ green 33 ◦ blue 186

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

Shades of Deep Magenta #B821BA

Tints of Deep Magenta #B821BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 45.66%
G = 8.19%
B = 46.15%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B821BA (or 0xB821BA) is known color: Deep Magenta. HEX triplet: B8, 21 and BA. RGB value is (184,33,186). Sum of RGB (Red+Green+Blue) = 184+33+186=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #B821BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821BA is #47DE45. Grayscale: #5F5F5F. Windows color (decimal): -4709958 or 12198328. OLE color: 12198328.

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

Color convert

RGB 184 33 186 -
CMYK 0.01 0.82 0 0.27
HSL 299.22º 0.7% 0.43% -
HSV(B) 299.22º 0.82% 0.73% -
XYZ 29.17 14.82 47.78 -
YUV 95.59 179.03 191.06 -
System Red Green Blue C M Y K H S L
Decimal 184 33 186 0.01 0.82 0 0.27 299.22 0.7 0.43
Hex B8 21 BA 1 52 0 1B 12B 46 2B
Octal 270 41 272 1 122 0 33 453 106 53
Binary 10111000 100001 10111010 1 1010010 0 11011 100101011 1000110 101011

Color Harmonies of #B821BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821BA

Black with #B821BA

Text Example


Text Example

White with #B821BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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