Html Css Color HEX #B420BA Deep Magenta

📋 copy color: '#B420BA'

red 180 ◦ green 32 ◦ blue 186

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

Shades of Deep Magenta #B420BA

Tints of Deep Magenta #B420BA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.04%

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 45.23%
G = 8.04%
B = 46.73%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B420BA (or 0xB420BA) is known color: Deep Magenta. HEX triplet: B4, 20 and BA. RGB value is (180,32,186). Sum of RGB (Red+Green+Blue) = 180+32+186=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #B420BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420BA is #4BDF45. Grayscale: #5D5D5D. Windows color (decimal): -4972358 or 12198068. OLE color: 12198068.

HSL color Cylindrical-coordinate representation of color #B420BA: hue angle of 297.66º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B420BA is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 32 186 -
CMYK 0.03 0.83 0 0.27
HSL 297.66º 0.71% 0.43% -
HSV(B) 297.66º 0.83% 0.73% -
XYZ 28.2 14.28 47.72 -
YUV 93.81 180.03 189.48 -
System Red Green Blue C M Y K H S L
Decimal 180 32 186 0.03 0.83 0 0.27 297.66 0.71 0.43
Hex B4 20 BA 3 53 0 1B 12A 47 2B
Octal 264 40 272 3 123 0 33 452 107 53
Binary 10110100 100000 10111010 11 1010011 0 11011 100101010 1000111 101011

Color Harmonies of #B420BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420BA

Black with #B420BA

Text Example


Text Example

White with #B420BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420BA; }

 p { color: rgb(180,32,186); }

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

background-color css

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

 a { background-color: rgb(180,32,186); }

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

border-color css

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

 span { border-color: rgb(180,32,186); }

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