Html Css Color HEX #B31EB0 Deep Magenta

📋 copy color: '#B31EB0'

red 179 ◦ green 30 ◦ blue 176

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

Shades of Deep Magenta #B31EB0

Tints of Deep Magenta #B31EB0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.79%

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

R = 46.49%
G = 7.79%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B31EB0 (or 0xB31EB0) is known color: Deep Magenta. HEX triplet: B3, 1E and B0. RGB value is (179,30,176). Sum of RGB (Red+Green+Blue) = 179+30+176=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B31EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31EB0 is #4CE14F. Grayscale: #5A5A5A. Windows color (decimal): -5038416 or 11542195. OLE color: 11542195.

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

Color convert

RGB 179 30 176 -
CMYK 0 0.83 0.02 0.30
HSL 301.21º 0.71% 0.41% -
HSV(B) 301.21º 0.83% 0.7% -
XYZ 26.89 13.65 42.29 -
YUV 91.2 175.86 190.63 -
System Red Green Blue C M Y K H S L
Decimal 179 30 176 0 0.83 0.02 0.30 301.21 0.71 0.41
Hex B3 1E B0 0 53 2 1E 12D 47 29
Octal 263 36 260 0 123 2 36 455 107 51
Binary 10110011 11110 10110000 0 1010011 10 11110 100101101 1000111 101001

Color Harmonies of #B31EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31EB0

Black with #B31EB0

Text Example


Text Example

White with #B31EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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