Html Css Color HEX #B313CF Deep Magenta

📋 copy color: '#B313CF'

red 179 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #B313CF

Tints of Deep Magenta #B313CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 44.2%
G = 4.69%
B = 51.11%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B313CF (or 0xB313CF) is known color: Deep Magenta. HEX triplet: B3, 13 and CF. RGB value is (179,19,207). Sum of RGB (Red+Green+Blue) = 179+19+207=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #B313CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313CF is #4CEC30. Grayscale: #575757. Windows color (decimal): -5041201 or 13570995. OLE color: 13570995.

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

Color convert

RGB 179 19 207 -
CMYK 0.14 0.91 0 0.19
HSL 291.06º 0.83% 0.44% -
HSV(B) 291.06º 0.91% 0.81% -
XYZ 30.09 14.55 60.26 -
YUV 88.27 195.01 192.71 -
System Red Green Blue C M Y K H S L
Decimal 179 19 207 0.14 0.91 0 0.19 291.06 0.83 0.44
Hex B3 13 CF E 5B 0 13 123 53 2C
Octal 263 23 317 16 133 0 23 443 123 54
Binary 10110011 10011 11001111 1110 1011011 0 10011 100100011 1010011 101100

Color Harmonies of #B313CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313CF

Black with #B313CF

Text Example


Text Example

White with #B313CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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