Html Css Color HEX #B314CC Deep Magenta

📋 copy color: '#B314CC'

red 179 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #B314CC

Tints of Deep Magenta #B314CC

RGB

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

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

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

R = 44.42%
G = 4.96%
B = 50.62%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B314CC (or 0xB314CC) is known color: Deep Magenta. HEX triplet: B3, 14 and CC. RGB value is (179,20,204). Sum of RGB (Red+Green+Blue) = 179+20+204=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #B314CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314CC is #4CEB33. Grayscale: #575757. Windows color (decimal): -5040948 or 13374643. OLE color: 13374643.

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

Color convert

RGB 179 20 204 -
CMYK 0.12 0.90 0 0.2
HSL 291.85º 0.82% 0.44% -
HSV(B) 291.85º 0.9% 0.8% -
XYZ 29.74 14.44 58.35 -
YUV 88.52 193.18 192.54 -
System Red Green Blue C M Y K H S L
Decimal 179 20 204 0.12 0.90 0 0.2 291.85 0.82 0.44
Hex B3 14 CC C 5A 0 14 124 52 2C
Octal 263 24 314 14 132 0 24 444 122 54
Binary 10110011 10100 11001100 1100 1011010 0 10100 100100100 1010010 101100

Color Harmonies of #B314CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314CC

Black with #B314CC

Text Example


Text Example

White with #B314CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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