Html Css Color HEX #B414CF Deep Magenta

📋 copy color: '#B414CF'

red 180 ◦ green 20 ◦ blue 207

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

Shades of Deep Magenta #B414CF

Tints of Deep Magenta #B414CF

RGB

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

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

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

R = 44.23%
G = 4.91%
B = 50.86%

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

#B414CF (or 0xB414CF) is known color: Deep Magenta. HEX triplet: B4, 14 and CF. RGB value is (180,20,207). Sum of RGB (Red+Green+Blue) = 180+20+207=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #B414CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414CF is #4BEB30. Grayscale: #585858. Windows color (decimal): -4975409 or 13571252. OLE color: 13571252.

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

Color convert

RGB 180 20 207 -
CMYK 0.13 0.90 0 0.19
HSL 291.34º 0.82% 0.45% -
HSV(B) 291.34º 0.9% 0.81% -
XYZ 30.34 14.71 60.27 -
YUV 89.16 194.51 192.79 -
System Red Green Blue C M Y K H S L
Decimal 180 20 207 0.13 0.90 0 0.19 291.34 0.82 0.45
Hex B4 14 CF D 5A 0 13 123 52 2D
Octal 264 24 317 15 132 0 23 443 122 55
Binary 10110100 10100 11001111 1101 1011010 0 10011 100100011 1010010 101101

Color Harmonies of #B414CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B414CF

Black with #B414CF

Text Example


Text Example

White with #B414CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B414CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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