Html Css Color HEX #B414AF Deep Magenta

📋 copy color: '#B414AF'

red 180 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #B414AF

Tints of Deep Magenta #B414AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 48%
G = 5.33%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B414AF (or 0xB414AF) is known color: Deep Magenta. HEX triplet: B4, 14 and AF. RGB value is (180,20,175). Sum of RGB (Red+Green+Blue) = 180+20+175=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B414AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B414AF is #4BEB50. Grayscale: #555555. Windows color (decimal): -4975441 or 11474100. OLE color: 11474100.

HSL color Cylindrical-coordinate representation of color #B414AF: hue angle of 301.88º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B414AF is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 20 175 -
CMYK 0 0.89 0.03 0.29
HSL 301.88º 0.8% 0.39% -
HSV(B) 301.88º 0.89% 0.71% -
XYZ 26.81 13.3 41.71 -
YUV 85.51 178.51 195.4 -
System Red Green Blue C M Y K H S L
Decimal 180 20 175 0 0.89 0.03 0.29 301.88 0.8 0.39
Hex B4 14 AF 0 59 3 1D 12E 50 27
Octal 264 24 257 0 131 3 35 456 120 47
Binary 10110100 10100 10101111 0 1011001 11 11101 100101110 1010000 100111

Color Harmonies of #B414AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B414AF

Black with #B414AF

Text Example


Text Example

White with #B414AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B414AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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