Html Css Color HEX #B407B1 Deep Magenta

📋 copy color: '#B407B1'

red 180 ◦ green 7 ◦ blue 177

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

Shades of Deep Magenta #B407B1

Tints of Deep Magenta #B407B1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

 BLUE value IS 177 (69.53% from 255) = 48.63%

R = 49.45%
G = 1.92%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B407B1 (or 0xB407B1) is known color: Deep Magenta. HEX triplet: B4, 07 and B1. RGB value is (180,7,177). Sum of RGB (Red+Green+Blue) = 180+7+177=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B407B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B407B1 is #4BF84E. Grayscale: #4D4D4D. Windows color (decimal): -4978767 or 11601844. OLE color: 11601844.

HSL color Cylindrical-coordinate representation of color #B407B1: hue angle of 301.04º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407B1 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 7 177 -
CMYK 0 0.96 0.02 0.29
HSL 301.04º 0.93% 0.37% -
HSV(B) 301.04º 0.96% 0.71% -
XYZ 26.83 13.03 42.7 -
YUV 78.11 183.81 200.68 -
System Red Green Blue C M Y K H S L
Decimal 180 7 177 0 0.96 0.02 0.29 301.04 0.93 0.37
Hex B4 7 B1 0 60 2 1D 12D 5D 25
Octal 264 7 261 0 140 2 35 455 135 45
Binary 10110100 111 10110001 0 1100000 10 11101 100101101 1011101 100101

Color Harmonies of #B407B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B407B1

Black with #B407B1

Text Example


Text Example

White with #B407B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B407B1; }

 p { color: rgb(180,7,177); }

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

background-color css

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

 a { background-color: rgb(180,7,177); }

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

border-color css

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

 span { border-color: rgb(180,7,177); }

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