Html Css Color HEX #B31EBA Deep Magenta

📋 copy color: '#B31EBA'

red 179 ◦ green 30 ◦ blue 186

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

Shades of Deep Magenta #B31EBA

Tints of Deep Magenta #B31EBA

RGB

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

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

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

R = 45.32%
G = 7.59%
B = 47.09%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B31EBA (or 0xB31EBA) is known color: Deep Magenta. HEX triplet: B3, 1E and BA. RGB value is (179,30,186). Sum of RGB (Red+Green+Blue) = 179+30+186=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #B31EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31EBA is #4CE145. Grayscale: #5B5B5B. Windows color (decimal): -5038406 or 12197555. OLE color: 12197555.

HSL color Cylindrical-coordinate representation of color #B31EBA: hue angle of 297.31º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31EBA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 30 186 -
CMYK 0.04 0.84 0 0.27
HSL 297.31º 0.72% 0.42% -
HSV(B) 297.31º 0.84% 0.73% -
XYZ 27.92 14.06 47.7 -
YUV 92.34 180.86 189.82 -
System Red Green Blue C M Y K H S L
Decimal 179 30 186 0.04 0.84 0 0.27 297.31 0.72 0.42
Hex B3 1E BA 4 54 0 1B 129 48 2A
Octal 263 36 272 4 124 0 33 451 110 52
Binary 10110011 11110 10111010 100 1010100 0 11011 100101001 1001000 101010

Color Harmonies of #B31EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31EBA

Black with #B31EBA

Text Example


Text Example

White with #B31EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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