Html Css Color HEX #B408B7 Deep Magenta

📋 copy color: '#B408B7'

red 180 ◦ green 8 ◦ blue 183

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

Shades of Deep Magenta #B408B7

Tints of Deep Magenta #B408B7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

 BLUE value IS 183 (71.88% from 255) = 49.33%

R = 48.52%
G = 2.16%
B = 49.33%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B408B7 (or 0xB408B7) is known color: Deep Magenta. HEX triplet: B4, 08 and B7. RGB value is (180,8,183). Sum of RGB (Red+Green+Blue) = 180+8+183=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #B408B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408B7 is #4BF748. Grayscale: #4E4E4E. Windows color (decimal): -4978505 or 11995316. OLE color: 11995316.

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

Color convert

RGB 180 8 183 -
CMYK 0.02 0.96 0 0.28
HSL 298.97º 0.92% 0.37% -
HSV(B) 298.97º 0.96% 0.72% -
XYZ 27.46 13.3 45.92 -
YUV 79.38 186.48 199.77 -
System Red Green Blue C M Y K H S L
Decimal 180 8 183 0.02 0.96 0 0.28 298.97 0.92 0.37
Hex B4 8 B7 2 60 0 1C 12B 5C 25
Octal 264 10 267 2 140 0 34 453 134 45
Binary 10110100 1000 10110111 10 1100000 0 11100 100101011 1011100 100101

Color Harmonies of #B408B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408B7

Black with #B408B7

Text Example


Text Example

White with #B408B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408B7; }

 p { color: rgb(180,8,183); }

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

background-color css

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

 a { background-color: rgb(180,8,183); }

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

border-color css

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

 span { border-color: rgb(180,8,183); }

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