Html Css Color HEX #B314CF Deep Magenta

📋 copy color: '#B314CF'

red 179 ◦ green 20 ◦ blue 207

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

Shades of Deep Magenta #B314CF

Tints of Deep Magenta #B314CF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.93%

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

R = 44.09%
G = 4.93%
B = 50.99%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B314CF (or 0xB314CF) is known color: Deep Magenta. HEX triplet: B3, 14 and CF. RGB value is (179,20,207). Sum of RGB (Red+Green+Blue) = 179+20+207=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #B314CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314CF is #4CEB30. Grayscale: #585858. Windows color (decimal): -5040945 or 13571251. OLE color: 13571251.

HSL color Cylindrical-coordinate representation of color #B314CF: hue angle of 291.02º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B314CF is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 20 207 -
CMYK 0.14 0.90 0 0.19
HSL 291.02º 0.82% 0.45% -
HSV(B) 291.02º 0.9% 0.81% -
XYZ 30.1 14.59 60.26 -
YUV 88.86 194.68 192.29 -
System Red Green Blue C M Y K H S L
Decimal 179 20 207 0.14 0.90 0 0.19 291.02 0.82 0.45
Hex B3 14 CF E 5A 0 13 123 52 2D
Octal 263 24 317 16 132 0 23 443 122 55
Binary 10110011 10100 11001111 1110 1011010 0 10011 100100011 1010010 101101

Color Harmonies of #B314CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314CF

Black with #B314CF

Text Example


Text Example

White with #B314CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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