Html Css Color HEX #B813AF Deep Magenta

📋 copy color: '#B813AF'

red 184 ◦ green 19 ◦ blue 175

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

Shades of Deep Magenta #B813AF

Tints of Deep Magenta #B813AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.03%

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

R = 48.68%
G = 5.03%
B = 46.3%

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

#B813AF (or 0xB813AF) is known color: Deep Magenta. HEX triplet: B8, 13 and AF. RGB value is (184,19,175). Sum of RGB (Red+Green+Blue) = 184+19+175=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B813AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B813AF is #47EC50. Grayscale: #555555. Windows color (decimal): -4713553 or 11473848. OLE color: 11473848.

HSL color Cylindrical-coordinate representation of color #B813AF: hue angle of 303.27º degrees, saturation: 0.81, 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 #B813AF is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 19 175 -
CMYK 0 0.90 0.05 0.28
HSL 303.27º 0.81% 0.4% -
HSV(B) 303.27º 0.9% 0.72% -
XYZ 27.74 13.75 41.75 -
YUV 86.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 184 19 175 0 0.90 0.05 0.28 303.27 0.81 0.4
Hex B8 13 AF 0 5A 5 1C 12F 51 28
Octal 270 23 257 0 132 5 34 457 121 50
Binary 10111000 10011 10101111 0 1011010 101 11100 100101111 1010001 101000

Color Harmonies of #B813AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B813AF

Black with #B813AF

Text Example


Text Example

White with #B813AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B813AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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