Html Css Color HEX #B314CB Deep Magenta

📋 copy color: '#B314CB'

red 179 ◦ green 20 ◦ blue 203

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

Shades of Deep Magenta #B314CB

Tints of Deep Magenta #B314CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 44.53%
G = 4.98%
B = 50.5%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B314CB (or 0xB314CB) is known color: Deep Magenta. HEX triplet: B3, 14 and CB. RGB value is (179,20,203). Sum of RGB (Red+Green+Blue) = 179+20+203=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #B314CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314CB is #4CEB34. Grayscale: #575757. Windows color (decimal): -5040949 or 13309107. OLE color: 13309107.

HSL color Cylindrical-coordinate representation of color #B314CB: hue angle of 292.13º 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 #B314CB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 20 203 -
CMYK 0.12 0.90 0 0.20
HSL 292.13º 0.82% 0.44% -
HSV(B) 292.13º 0.9% 0.8% -
XYZ 29.62 14.4 57.72 -
YUV 88.4 192.68 192.62 -
System Red Green Blue C M Y K H S L
Decimal 179 20 203 0.12 0.90 0 0.20 292.13 0.82 0.44
Hex B3 14 CB C 5A 0 14 124 52 2C
Octal 263 24 313 14 132 0 24 444 122 54
Binary 10110011 10100 11001011 1100 1011010 0 10100 100100100 1010010 101100

Color Harmonies of #B314CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314CB

Black with #B314CB

Text Example


Text Example

White with #B314CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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