Html Css Color HEX #B313CC Deep Magenta

📋 copy color: '#B313CC'

red 179 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #B313CC

Tints of Deep Magenta #B313CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 44.53%
G = 4.73%
B = 50.75%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B313CC (or 0xB313CC) is known color: Deep Magenta. HEX triplet: B3, 13 and CC. RGB value is (179,19,204). Sum of RGB (Red+Green+Blue) = 179+19+204=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #B313CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313CC is #4CEC33. Grayscale: #575757. Windows color (decimal): -5041204 or 13374387. OLE color: 13374387.

HSL color Cylindrical-coordinate representation of color #B313CC: hue angle of 291.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B313CC is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 19 204 -
CMYK 0.12 0.91 0 0.2
HSL 291.89º 0.83% 0.44% -
HSV(B) 291.89º 0.91% 0.8% -
XYZ 29.72 14.41 58.34 -
YUV 87.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 179 19 204 0.12 0.91 0 0.2 291.89 0.83 0.44
Hex B3 13 CC C 5B 0 14 124 53 2C
Octal 263 23 314 14 133 0 24 444 123 54
Binary 10110011 10011 11001100 1100 1011011 0 10100 100100100 1010011 101100

Color Harmonies of #B313CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313CC

Black with #B313CC

Text Example


Text Example

White with #B313CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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