Html Css Color HEX #B313C3 Deep Magenta

📋 copy color: '#B313C3'

red 179 ◦ green 19 ◦ blue 195

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

Shades of Deep Magenta #B313C3

Tints of Deep Magenta #B313C3

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.83%

 BLUE value IS 195 (76.56% from 255) = 49.62%

R = 45.55%
G = 4.83%
B = 49.62%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B313C3 (or 0xB313C3) is known color: Deep Magenta. HEX triplet: B3, 13 and C3. RGB value is (179,19,195). Sum of RGB (Red+Green+Blue) = 179+19+195=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #B313C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313C3 is #4CEC3C. Grayscale: #565656. Windows color (decimal): -5041213 or 12784563. OLE color: 12784563.

HSL color Cylindrical-coordinate representation of color #B313C3: hue angle of 294.55º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B313C3 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 19 195 -
CMYK 0.08 0.90 0 0.24
HSL 294.55º 0.82% 0.42% -
HSV(B) 294.55º 0.9% 0.76% -
XYZ 28.67 13.99 52.82 -
YUV 86.9 189.01 193.69 -
System Red Green Blue C M Y K H S L
Decimal 179 19 195 0.08 0.90 0 0.24 294.55 0.82 0.42
Hex B3 13 C3 8 5A 0 18 127 52 2A
Octal 263 23 303 10 132 0 30 447 122 52
Binary 10110011 10011 11000011 1000 1011010 0 11000 100100111 1010010 101010

Color Harmonies of #B313C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313C3

Black with #B313C3

Text Example


Text Example

White with #B313C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313C3; }

 p { color: rgb(179,19,195); }

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

background-color css

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

 a { background-color: rgb(179,19,195); }

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

border-color css

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

 span { border-color: rgb(179,19,195); }

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