Html Css Color HEX #B408BE Deep Magenta

📋 copy color: '#B408BE'

red 180 ◦ green 8 ◦ blue 190

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

Shades of Deep Magenta #B408BE

Tints of Deep Magenta #B408BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 47.62%
G = 2.12%
B = 50.26%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B408BE (or 0xB408BE) is known color: Deep Magenta. HEX triplet: B4, 08 and BE. RGB value is (180,8,190). Sum of RGB (Red+Green+Blue) = 180+8+190=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #B408BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408BE is #4BF741. Grayscale: #4F4F4F. Windows color (decimal): -4978498 or 12454068. OLE color: 12454068.

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

Color convert

RGB 180 8 190 -
CMYK 0.05 0.96 0 0.25
HSL 296.7º 0.92% 0.39% -
HSV(B) 296.7º 0.96% 0.75% -
XYZ 28.2 13.59 49.85 -
YUV 80.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 180 8 190 0.05 0.96 0 0.25 296.7 0.92 0.39
Hex B4 8 BE 5 60 0 19 129 5C 27
Octal 264 10 276 5 140 0 31 451 134 47
Binary 10110100 1000 10111110 101 1100000 0 11001 100101001 1011100 100111

Color Harmonies of #B408BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408BE

Black with #B408BE

Text Example


Text Example

White with #B408BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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