Html Css Color HEX #B407B6 Deep Magenta

📋 copy color: '#B407B6'

red 180 ◦ green 7 ◦ blue 182

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

Shades of Deep Magenta #B407B6

Tints of Deep Magenta #B407B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.32%

R = 48.78%
G = 1.9%
B = 49.32%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B407B6 (or 0xB407B6) is known color: Deep Magenta. HEX triplet: B4, 07 and B6. RGB value is (180,7,182). Sum of RGB (Red+Green+Blue) = 180+7+182=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #B407B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407B6 is #4BF849. Grayscale: #4E4E4E. Windows color (decimal): -4978762 or 11929524. OLE color: 11929524.

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

Color convert

RGB 180 7 182 -
CMYK 0.01 0.96 0 0.29
HSL 299.31º 0.93% 0.37% -
HSV(B) 299.31º 0.96% 0.71% -
XYZ 27.34 13.23 45.37 -
YUV 78.68 186.31 200.27 -
System Red Green Blue C M Y K H S L
Decimal 180 7 182 0.01 0.96 0 0.29 299.31 0.93 0.37
Hex B4 7 B6 1 60 0 1D 12B 5D 25
Octal 264 7 266 1 140 0 35 453 135 45
Binary 10110100 111 10110110 1 1100000 0 11101 100101011 1011101 100101

Color Harmonies of #B407B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B407B6

Black with #B407B6

Text Example


Text Example

White with #B407B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B407B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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