Html Css Color HEX #B812AF Deep Magenta

📋 copy color: '#B812AF'

red 184 ◦ green 18 ◦ blue 175

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

Shades of Deep Magenta #B812AF

Tints of Deep Magenta #B812AF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

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

R = 48.81%
G = 4.77%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B812AF (or 0xB812AF) is known color: Deep Magenta. HEX triplet: B8, 12 and AF. RGB value is (184,18,175). Sum of RGB (Red+Green+Blue) = 184+18+175=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B812AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B812AF is #47ED50. Grayscale: #555555. Windows color (decimal): -4713809 or 11473592. OLE color: 11473592.

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

Color convert

RGB 184 18 175 -
CMYK 0 0.90 0.05 0.28
HSL 303.25º 0.82% 0.4% -
HSV(B) 303.25º 0.9% 0.72% -
XYZ 27.72 13.72 41.74 -
YUV 85.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 184 18 175 0 0.90 0.05 0.28 303.25 0.82 0.4
Hex B8 12 AF 0 5A 5 1C 12F 52 28
Octal 270 22 257 0 132 5 34 457 122 50
Binary 10111000 10010 10101111 0 1011010 101 11100 100101111 1010010 101000

Color Harmonies of #B812AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812AF

Black with #B812AF

Text Example


Text Example

White with #B812AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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