Html Css Color HEX #B407A7 Deep Magenta

📋 copy color: '#B407A7'

red 180 ◦ green 7 ◦ blue 167

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

Shades of Deep Magenta #B407A7

Tints of Deep Magenta #B407A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.18%

R = 50.85%
G = 1.98%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B407A7 (or 0xB407A7) is known color: Deep Magenta. HEX triplet: B4, 07 and A7. RGB value is (180,7,167). Sum of RGB (Red+Green+Blue) = 180+7+167=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B407A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B407A7 is #4BF858. Grayscale: #4C4C4C. Windows color (decimal): -4978777 or 10946484. OLE color: 10946484.

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

Color convert

RGB 180 7 167 -
CMYK 0 0.96 0.07 0.29
HSL 304.51º 0.93% 0.37% -
HSV(B) 304.51º 0.96% 0.71% -
XYZ 25.87 12.65 37.64 -
YUV 76.97 178.81 201.49 -
System Red Green Blue C M Y K H S L
Decimal 180 7 167 0 0.96 0.07 0.29 304.51 0.93 0.37
Hex B4 7 A7 0 60 7 1D 131 5D 25
Octal 264 7 247 0 140 7 35 461 135 45
Binary 10110100 111 10100111 0 1100000 111 11101 100110001 1011101 100101

Color Harmonies of #B407A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B407A7

Black with #B407A7

Text Example


Text Example

White with #B407A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B407A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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