Html Css Color HEX #B405B0 Deep Magenta

📋 copy color: '#B405B0'

red 180 ◦ green 5 ◦ blue 176

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

Shades of Deep Magenta #B405B0

Tints of Deep Magenta #B405B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.75%

R = 49.86%
G = 1.39%
B = 48.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B405B0 (or 0xB405B0) is known color: Deep Magenta. HEX triplet: B4, 05 and B0. RGB value is (180,5,176). Sum of RGB (Red+Green+Blue) = 180+5+176=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B405B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B405B0 is #4BFA4F. Grayscale: #4C4C4C. Windows color (decimal): -4979280 or 11535796. OLE color: 11535796.

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

Color convert

RGB 180 5 176 -
CMYK 0 0.97 0.02 0.29
HSL 301.37º 0.95% 0.36% -
HSV(B) 301.37º 0.97% 0.71% -
XYZ 26.71 12.95 42.17 -
YUV 76.82 183.98 201.6 -
System Red Green Blue C M Y K H S L
Decimal 180 5 176 0 0.97 0.02 0.29 301.37 0.95 0.36
Hex B4 5 B0 0 61 2 1D 12D 5F 24
Octal 264 5 260 0 141 2 35 455 137 44
Binary 10110100 101 10110000 0 1100001 10 11101 100101101 1011111 100100

Color Harmonies of #B405B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405B0

Black with #B405B0

Text Example


Text Example

White with #B405B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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