Html Css Color HEX #B414CE Deep Magenta

📋 copy color: '#B414CE'

red 180 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #B414CE

Tints of Deep Magenta #B414CE

RGB

 RED value IS 180 (70.7% from 255) = 44.33%

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 44.33%
G = 4.93%
B = 50.74%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B414CE (or 0xB414CE) is known color: Deep Magenta. HEX triplet: B4, 14 and CE. RGB value is (180,20,206). Sum of RGB (Red+Green+Blue) = 180+20+206=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #B414CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414CE is #4BEB31. Grayscale: #585858. Windows color (decimal): -4975410 or 13505716. OLE color: 13505716.

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

Color convert

RGB 180 20 206 -
CMYK 0.13 0.90 0 0.19
HSL 291.61º 0.82% 0.44% -
HSV(B) 291.61º 0.9% 0.81% -
XYZ 30.21 14.66 59.63 -
YUV 89.04 194.01 192.88 -
System Red Green Blue C M Y K H S L
Decimal 180 20 206 0.13 0.90 0 0.19 291.61 0.82 0.44
Hex B4 14 CE D 5A 0 13 124 52 2C
Octal 264 24 316 15 132 0 23 444 122 54
Binary 10110100 10100 11001110 1101 1011010 0 10011 100100100 1010010 101100

Color Harmonies of #B414CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B414CE

Black with #B414CE

Text Example


Text Example

White with #B414CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B414CE; }

 p { color: rgb(180,20,206); }

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

background-color css

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

 a { background-color: rgb(180,20,206); }

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

border-color css

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

 span { border-color: rgb(180,20,206); }

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