Html Css Color HEX #B405A8 Deep Magenta

📋 copy color: '#B405A8'

red 180 ◦ green 5 ◦ blue 168

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

Shades of Deep Magenta #B405A8

Tints of Deep Magenta #B405A8

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

 BLUE value IS 168 (66.02% from 255) = 47.59%

R = 50.99%
G = 1.42%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B405A8 (or 0xB405A8) is known color: Deep Magenta. HEX triplet: B4, 05 and A8. RGB value is (180,5,168). Sum of RGB (Red+Green+Blue) = 180+5+168=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B405A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B405A8 is #4BFA57. Grayscale: #4B4B4B. Windows color (decimal): -4979288 or 11011508. OLE color: 11011508.

HSL color Cylindrical-coordinate representation of color #B405A8: hue angle of 304.11º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B405A8 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 168 -
CMYK 0 0.97 0.07 0.29
HSL 304.11º 0.95% 0.36% -
HSV(B) 304.11º 0.97% 0.71% -
XYZ 25.94 12.64 38.12 -
YUV 75.91 179.98 202.25 -
System Red Green Blue C M Y K H S L
Decimal 180 5 168 0 0.97 0.07 0.29 304.11 0.95 0.36
Hex B4 5 A8 0 61 7 1D 130 5F 24
Octal 264 5 250 0 141 7 35 460 137 44
Binary 10110100 101 10101000 0 1100001 111 11101 100110000 1011111 100100

Color Harmonies of #B405A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405A8

Black with #B405A8

Text Example


Text Example

White with #B405A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405A8; }

 p { color: rgb(180,5,168); }

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

background-color css

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

 a { background-color: rgb(180,5,168); }

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

border-color css

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

 span { border-color: rgb(180,5,168); }

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