Html Css Color HEX #B408BD Deep Magenta

📋 copy color: '#B408BD'

red 180 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #B408BD

Tints of Deep Magenta #B408BD

RGB

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

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

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

R = 47.75%
G = 2.12%
B = 50.13%

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

#B408BD (or 0xB408BD) is known color: Deep Magenta. HEX triplet: B4, 08 and BD. RGB value is (180,8,189). Sum of RGB (Red+Green+Blue) = 180+8+189=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #B408BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408BD is #4BF742. Grayscale: #4F4F4F. Windows color (decimal): -4978499 or 12388532. OLE color: 12388532.

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

Color convert

RGB 180 8 189 -
CMYK 0.05 0.96 0 0.26
HSL 297.02º 0.92% 0.39% -
HSV(B) 297.02º 0.96% 0.74% -
XYZ 28.09 13.55 49.28 -
YUV 80.06 189.48 199.28 -
System Red Green Blue C M Y K H S L
Decimal 180 8 189 0.05 0.96 0 0.26 297.02 0.92 0.39
Hex B4 8 BD 5 60 0 1A 129 5C 27
Octal 264 10 275 5 140 0 32 451 134 47
Binary 10110100 1000 10111101 101 1100000 0 11010 100101001 1011100 100111

Color Harmonies of #B408BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408BD

Black with #B408BD

Text Example


Text Example

White with #B408BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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