Html Css Color HEX #B310BA Deep Magenta

📋 copy color: '#B310BA'

red 179 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #B310BA

Tints of Deep Magenta #B310BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.2%

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

R = 46.98%
G = 4.2%
B = 48.82%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B310BA (or 0xB310BA) is known color: Deep Magenta. HEX triplet: B3, 10 and BA. RGB value is (179,16,186). Sum of RGB (Red+Green+Blue) = 179+16+186=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #B310BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B310BA is #4CEF45. Grayscale: #535353. Windows color (decimal): -5041990 or 12193971. OLE color: 12193971.

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

Color convert

RGB 179 16 186 -
CMYK 0.04 0.91 0 0.27
HSL 297.53º 0.84% 0.4% -
HSV(B) 297.53º 0.91% 0.73% -
XYZ 27.64 13.5 47.6 -
YUV 84.12 185.5 195.68 -
System Red Green Blue C M Y K H S L
Decimal 179 16 186 0.04 0.91 0 0.27 297.53 0.84 0.4
Hex B3 10 BA 4 5B 0 1B 12A 54 28
Octal 263 20 272 4 133 0 33 452 124 50
Binary 10110011 10000 10111010 100 1011011 0 11011 100101010 1010100 101000

Color Harmonies of #B310BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B310BA

Black with #B310BA

Text Example


Text Example

White with #B310BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B310BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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