Html Css Color HEX #B312BA Deep Magenta

📋 copy color: '#B312BA'

red 179 ◦ green 18 ◦ blue 186

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

Shades of Deep Magenta #B312BA

Tints of Deep Magenta #B312BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

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

R = 46.74%
G = 4.7%
B = 48.56%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B312BA (or 0xB312BA) is known color: Deep Magenta. HEX triplet: B3, 12 and BA. RGB value is (179,18,186). Sum of RGB (Red+Green+Blue) = 179+18+186=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #B312BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312BA is #4CED45. Grayscale: #545454. Windows color (decimal): -5041478 or 12194483. OLE color: 12194483.

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

Color convert

RGB 179 18 186 -
CMYK 0.04 0.90 0 0.27
HSL 297.5º 0.82% 0.4% -
HSV(B) 297.5º 0.9% 0.73% -
XYZ 27.67 13.56 47.61 -
YUV 85.29 184.84 194.84 -
System Red Green Blue C M Y K H S L
Decimal 179 18 186 0.04 0.90 0 0.27 297.5 0.82 0.4
Hex B3 12 BA 4 5A 0 1B 12A 52 28
Octal 263 22 272 4 132 0 33 452 122 50
Binary 10110011 10010 10111010 100 1011010 0 11011 100101010 1010010 101000

Color Harmonies of #B312BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312BA

Black with #B312BA

Text Example


Text Example

White with #B312BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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