Html Css Color HEX #B821AF Deep Magenta

📋 copy color: '#B821AF'

red 184 ◦ green 33 ◦ blue 175

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

Shades of Deep Magenta #B821AF

Tints of Deep Magenta #B821AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 46.94%
G = 8.42%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B821AF (or 0xB821AF) is known color: Deep Magenta. HEX triplet: B8, 21 and AF. RGB value is (184,33,175). Sum of RGB (Red+Green+Blue) = 184+33+175=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B821AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B821AF is #47DE50. Grayscale: #5D5D5D. Windows color (decimal): -4709969 or 11477432. OLE color: 11477432.

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

Color convert

RGB 184 33 175 -
CMYK 0 0.82 0.05 0.28
HSL 303.58º 0.7% 0.43% -
HSV(B) 303.58º 0.82% 0.72% -
XYZ 28.05 14.37 41.85 -
YUV 94.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 184 33 175 0 0.82 0.05 0.28 303.58 0.7 0.43
Hex B8 21 AF 0 52 5 1C 130 46 2B
Octal 270 41 257 0 122 5 34 460 106 53
Binary 10111000 100001 10101111 0 1010010 101 11100 100110000 1000110 101011

Color Harmonies of #B821AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821AF

Black with #B821AF

Text Example


Text Example

White with #B821AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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