Html Css Color HEX #B407BD Deep Magenta

📋 copy color: '#B407BD'

red 180 ◦ green 7 ◦ blue 189

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

Shades of Deep Magenta #B407BD

Tints of Deep Magenta #B407BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 47.87%
G = 1.86%
B = 50.27%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B407BD (or 0xB407BD) is known color: Deep Magenta. HEX triplet: B4, 07 and BD. RGB value is (180,7,189). Sum of RGB (Red+Green+Blue) = 180+7+189=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #B407BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407BD is #4BF842. Grayscale: #4E4E4E. Windows color (decimal): -4978755 or 12388276. OLE color: 12388276.

HSL color Cylindrical-coordinate representation of color #B407BD: hue angle of 297.03º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407BD is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 7 189 -
CMYK 0.05 0.96 0 0.26
HSL 297.03º 0.93% 0.38% -
HSV(B) 297.03º 0.96% 0.74% -
XYZ 28.08 13.53 49.28 -
YUV 79.48 189.81 199.7 -
System Red Green Blue C M Y K H S L
Decimal 180 7 189 0.05 0.96 0 0.26 297.03 0.93 0.38
Hex B4 7 BD 5 60 0 1A 129 5D 26
Octal 264 7 275 5 140 0 32 451 135 46
Binary 10110100 111 10111101 101 1100000 0 11010 100101001 1011101 100110

Color Harmonies of #B407BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B407BD

Black with #B407BD

Text Example


Text Example

White with #B407BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B407BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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