Html Css Color HEX #B314CA Deep Magenta

📋 copy color: '#B314CA'

red 179 ◦ green 20 ◦ blue 202

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

Shades of Deep Magenta #B314CA

Tints of Deep Magenta #B314CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.37%

R = 44.64%
G = 4.99%
B = 50.37%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B314CA (or 0xB314CA) is known color: Deep Magenta. HEX triplet: B3, 14 and CA. RGB value is (179,20,202). Sum of RGB (Red+Green+Blue) = 179+20+202=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #B314CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314CA is #4CEB35. Grayscale: #575757. Windows color (decimal): -5040950 or 13243571. OLE color: 13243571.

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

Color convert

RGB 179 20 202 -
CMYK 0.11 0.90 0 0.21
HSL 292.42º 0.82% 0.44% -
HSV(B) 292.42º 0.9% 0.79% -
XYZ 29.5 14.35 57.09 -
YUV 88.29 192.18 192.7 -
System Red Green Blue C M Y K H S L
Decimal 179 20 202 0.11 0.90 0 0.21 292.42 0.82 0.44
Hex B3 14 CA B 5A 0 15 124 52 2C
Octal 263 24 312 13 132 0 25 444 122 54
Binary 10110011 10100 11001010 1011 1011010 0 10101 100100100 1010010 101100

Color Harmonies of #B314CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314CA

Black with #B314CA

Text Example


Text Example

White with #B314CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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