Html Css Color HEX #B314B0 Deep Magenta

📋 copy color: '#B314B0'

red 179 ◦ green 20 ◦ blue 176

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

Shades of Deep Magenta #B314B0

Tints of Deep Magenta #B314B0

RGB

 RED value IS 179 (70.31% from 255) = 47.73%

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

 BLUE value IS 176 (69.14% from 255) = 46.93%

R = 47.73%
G = 5.33%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B314B0 (or 0xB314B0) is known color: Deep Magenta. HEX triplet: B3, 14 and B0. RGB value is (179,20,176). Sum of RGB (Red+Green+Blue) = 179+20+176=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B314B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B314B0 is #4CEB4F. Grayscale: #545454. Windows color (decimal): -5040976 or 11539635. OLE color: 11539635.

HSL color Cylindrical-coordinate representation of color #B314B0: hue angle of 301.13º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B314B0 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 20 176 -
CMYK 0 0.89 0.02 0.30
HSL 301.13º 0.8% 0.39% -
HSV(B) 301.13º 0.89% 0.7% -
XYZ 26.68 13.22 42.22 -
YUV 85.33 179.18 194.82 -
System Red Green Blue C M Y K H S L
Decimal 179 20 176 0 0.89 0.02 0.30 301.13 0.8 0.39
Hex B3 14 B0 0 59 2 1E 12D 50 27
Octal 263 24 260 0 131 2 36 455 120 47
Binary 10110011 10100 10110000 0 1011001 10 11110 100101101 1010000 100111

Color Harmonies of #B314B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314B0

Black with #B314B0

Text Example


Text Example

White with #B314B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314B0; }

 p { color: rgb(179,20,176); }

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

background-color css

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

 a { background-color: rgb(179,20,176); }

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

border-color css

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

 span { border-color: rgb(179,20,176); }

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