Html Css Color HEX #B814AC Deep Magenta

📋 copy color: '#B814AC'

red 184 ◦ green 20 ◦ blue 172

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

Shades of Deep Magenta #B814AC

Tints of Deep Magenta #B814AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.32%

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 48.94%
G = 5.32%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B814AC (or 0xB814AC) is known color: Deep Magenta. HEX triplet: B8, 14 and AC. RGB value is (184,20,172). Sum of RGB (Red+Green+Blue) = 184+20+172=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B814AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B814AC is #47EB53. Grayscale: #555555. Windows color (decimal): -4713300 or 11277496. OLE color: 11277496.

HSL color Cylindrical-coordinate representation of color #B814AC: hue angle of 304.39º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B814AC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 20 172 -
CMYK 0 0.89 0.07 0.28
HSL 304.39º 0.8% 0.4% -
HSV(B) 304.39º 0.89% 0.72% -
XYZ 27.46 13.67 40.22 -
YUV 86.36 176.33 197.64 -
System Red Green Blue C M Y K H S L
Decimal 184 20 172 0 0.89 0.07 0.28 304.39 0.8 0.4
Hex B8 14 AC 0 59 7 1C 130 50 28
Octal 270 24 254 0 131 7 34 460 120 50
Binary 10111000 10100 10101100 0 1011001 111 11100 100110000 1010000 101000

Color Harmonies of #B814AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B814AC

Black with #B814AC

Text Example


Text Example

White with #B814AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B814AC; }

 p { color: rgb(184,20,172); }

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

background-color css

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

 a { background-color: rgb(184,20,172); }

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

border-color css

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

 span { border-color: rgb(184,20,172); }

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