Html Css Color HEX #B405AB Deep Magenta

📋 copy color: '#B405AB'

red 180 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #B405AB

Tints of Deep Magenta #B405AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 50.56%
G = 1.4%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B405AB (or 0xB405AB) is known color: Deep Magenta. HEX triplet: B4, 05 and AB. RGB value is (180,5,171). Sum of RGB (Red+Green+Blue) = 180+5+171=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B405AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B405AB is #4BFA54. Grayscale: #4B4B4B. Windows color (decimal): -4979285 or 11208116. OLE color: 11208116.

HSL color Cylindrical-coordinate representation of color #B405AB: hue angle of 303.09º 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 #B405AB is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 171 -
CMYK 0 0.97 0.05 0.29
HSL 303.09º 0.95% 0.36% -
HSV(B) 303.09º 0.97% 0.71% -
XYZ 26.23 12.75 39.61 -
YUV 76.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 180 5 171 0 0.97 0.05 0.29 303.09 0.95 0.36
Hex B4 5 AB 0 61 5 1D 12F 5F 24
Octal 264 5 253 0 141 5 35 457 137 44
Binary 10110100 101 10101011 0 1100001 101 11101 100101111 1011111 100100

Color Harmonies of #B405AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405AB

Black with #B405AB

Text Example


Text Example

White with #B405AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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