Html Css Color HEX #B415B9 Deep Magenta

📋 copy color: '#B415B9'

red 180 ◦ green 21 ◦ blue 185

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

Shades of Deep Magenta #B415B9

Tints of Deep Magenta #B415B9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

 BLUE value IS 185 (72.66% from 255) = 47.93%

R = 46.63%
G = 5.44%
B = 47.93%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B415B9 (or 0xB415B9) is known color: Deep Magenta. HEX triplet: B4, 15 and B9. RGB value is (180,21,185). Sum of RGB (Red+Green+Blue) = 180+21+185=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #B415B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B415B9 is #4BEA46. Grayscale: #565656. Windows color (decimal): -4975175 or 12129716. OLE color: 12129716.

HSL color Cylindrical-coordinate representation of color #B415B9: hue angle of 298.17º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B415B9 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 21 185 -
CMYK 0.03 0.89 0 0.27
HSL 298.17º 0.8% 0.4% -
HSV(B) 298.17º 0.89% 0.73% -
XYZ 27.85 13.74 47.08 -
YUV 87.24 183.18 194.16 -
System Red Green Blue C M Y K H S L
Decimal 180 21 185 0.03 0.89 0 0.27 298.17 0.8 0.4
Hex B4 15 B9 3 59 0 1B 12A 50 28
Octal 264 25 271 3 131 0 33 452 120 50
Binary 10110100 10101 10111001 11 1011001 0 11011 100101010 1010000 101000

Color Harmonies of #B415B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B415B9

Black with #B415B9

Text Example


Text Example

White with #B415B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B415B9; }

 p { color: rgb(180,21,185); }

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

background-color css

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

 a { background-color: rgb(180,21,185); }

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

border-color css

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

 span { border-color: rgb(180,21,185); }

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