Html Css Color HEX #B814BA Deep Magenta

📋 copy color: '#B814BA'

red 184 ◦ green 20 ◦ blue 186

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

Shades of Deep Magenta #B814BA

Tints of Deep Magenta #B814BA

RGB

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

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

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

R = 47.18%
G = 5.13%
B = 47.69%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B814BA (or 0xB814BA) is known color: Deep Magenta. HEX triplet: B8, 14 and BA. RGB value is (184,20,186). Sum of RGB (Red+Green+Blue) = 184+20+186=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #B814BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814BA is #47EB45. Grayscale: #575757. Windows color (decimal): -4713286 or 12195000. OLE color: 12195000.

HSL color Cylindrical-coordinate representation of color #B814BA: hue angle of 299.28º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B814BA is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 20 186 -
CMYK 0.01 0.89 0 0.27
HSL 299.28º 0.81% 0.4% -
HSV(B) 299.28º 0.89% 0.73% -
XYZ 28.88 14.24 47.68 -
YUV 87.96 183.33 196.5 -
System Red Green Blue C M Y K H S L
Decimal 184 20 186 0.01 0.89 0 0.27 299.28 0.81 0.4
Hex B8 14 BA 1 59 0 1B 12B 51 28
Octal 270 24 272 1 131 0 33 453 121 50
Binary 10111000 10100 10111010 1 1011001 0 11011 100101011 1010001 101000

Color Harmonies of #B814BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B814BA

Black with #B814BA

Text Example


Text Example

White with #B814BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B814BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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