Html Css Color HEX #B407C9 Deep Magenta

📋 copy color: '#B407C9'

red 180 ◦ green 7 ◦ blue 201

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

Shades of Deep Magenta #B407C9

Tints of Deep Magenta #B407C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.8%

R = 46.39%
G = 1.8%
B = 51.8%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B407C9 (or 0xB407C9) is known color: Deep Magenta. HEX triplet: B4, 07 and C9. RGB value is (180,7,201). Sum of RGB (Red+Green+Blue) = 180+7+201=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #B407C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407C9 is #4BF836. Grayscale: #505050. Windows color (decimal): -4978743 or 13174708. OLE color: 13174708.

HSL color Cylindrical-coordinate representation of color #B407C9: hue angle of 293.51º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B407C9 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 7 201 -
CMYK 0.10 0.97 0 0.21
HSL 293.51º 0.93% 0.41% -
HSV(B) 293.51º 0.97% 0.79% -
XYZ 29.44 14.07 56.42 -
YUV 80.84 195.81 198.73 -
System Red Green Blue C M Y K H S L
Decimal 180 7 201 0.10 0.97 0 0.21 293.51 0.93 0.41
Hex B4 7 C9 A 61 0 15 126 5D 29
Octal 264 7 311 12 141 0 25 446 135 51
Binary 10110100 111 11001001 1010 1100001 0 10101 100100110 1011101 101001

Color Harmonies of #B407C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B407C9

Black with #B407C9

Text Example


Text Example

White with #B407C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B407C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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