Html Css Color HEX #B514B8 Deep Magenta

📋 copy color: '#B514B8'

red 181 ◦ green 20 ◦ blue 184

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

Shades of Deep Magenta #B514B8

Tints of Deep Magenta #B514B8

RGB

 RED value IS 181 (71.09% from 255) = 47.01%

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

 BLUE value IS 184 (72.27% from 255) = 47.79%

R = 47.01%
G = 5.19%
B = 47.79%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B514B8 (or 0xB514B8) is known color: Deep Magenta. HEX triplet: B5, 14 and B8. RGB value is (181,20,184). Sum of RGB (Red+Green+Blue) = 181+20+184=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 184 - color contains mainly: blue. Hex color #B514B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514B8 is #4AEB47. Grayscale: #565656. Windows color (decimal): -4909896 or 12063925. OLE color: 12063925.

HSL color Cylindrical-coordinate representation of color #B514B8: hue angle of 298.9º 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 #B514B8 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 20 184 -
CMYK 0.02 0.89 0 0.28
HSL 298.9º 0.8% 0.4% -
HSV(B) 298.9º 0.89% 0.72% -
XYZ 27.96 13.78 46.53 -
YUV 86.84 182.84 195.16 -
System Red Green Blue C M Y K H S L
Decimal 181 20 184 0.02 0.89 0 0.28 298.9 0.8 0.4
Hex B5 14 B8 2 59 0 1C 12B 50 28
Octal 265 24 270 2 131 0 34 453 120 50
Binary 10110101 10100 10111000 10 1011001 0 11100 100101011 1010000 101000

Color Harmonies of #B514B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B514B8

Black with #B514B8

Text Example


Text Example

White with #B514B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B514B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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