Html Css Color HEX #B313BD Deep Magenta

📋 copy color: '#B313BD'

red 179 ◦ green 19 ◦ blue 189

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

Shades of Deep Magenta #B313BD

Tints of Deep Magenta #B313BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 46.25%
G = 4.91%
B = 48.84%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B313BD (or 0xB313BD) is known color: Deep Magenta. HEX triplet: B3, 13 and BD. RGB value is (179,19,189). Sum of RGB (Red+Green+Blue) = 179+19+189=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #B313BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313BD is #4CEC42. Grayscale: #555555. Windows color (decimal): -5041219 or 12391347. OLE color: 12391347.

HSL color Cylindrical-coordinate representation of color #B313BD: hue angle of 296.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B313BD is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 19 189 -
CMYK 0.05 0.90 0 0.26
HSL 296.47º 0.82% 0.41% -
HSV(B) 296.47º 0.9% 0.74% -
XYZ 28.01 13.72 49.32 -
YUV 86.22 186.01 194.18 -
System Red Green Blue C M Y K H S L
Decimal 179 19 189 0.05 0.90 0 0.26 296.47 0.82 0.41
Hex B3 13 BD 5 5A 0 1A 128 52 29
Octal 263 23 275 5 132 0 32 450 122 51
Binary 10110011 10011 10111101 101 1011010 0 11010 100101000 1010010 101001

Color Harmonies of #B313BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313BD

Black with #B313BD

Text Example


Text Example

White with #B313BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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