Html Css Color HEX #B415B0 Deep Magenta

📋 copy color: '#B415B0'

red 180 ◦ green 21 ◦ blue 176

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

Shades of Deep Magenta #B415B0

Tints of Deep Magenta #B415B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.68%

R = 47.75%
G = 5.57%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B415B0 (or 0xB415B0) is known color: Deep Magenta. HEX triplet: B4, 15 and B0. RGB value is (180,21,176). Sum of RGB (Red+Green+Blue) = 180+21+176=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B415B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B415B0 is #4BEA4F. Grayscale: #555555. Windows color (decimal): -4975184 or 11539892. OLE color: 11539892.

HSL color Cylindrical-coordinate representation of color #B415B0: hue angle of 301.51º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B415B0 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 21 176 -
CMYK 0 0.88 0.02 0.29
HSL 301.51º 0.79% 0.39% -
HSV(B) 301.51º 0.88% 0.71% -
XYZ 26.93 13.37 42.24 -
YUV 86.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 180 21 176 0 0.88 0.02 0.29 301.51 0.79 0.39
Hex B4 15 B0 0 58 2 1D 12E 4F 27
Octal 264 25 260 0 130 2 35 456 117 47
Binary 10110100 10101 10110000 0 1011000 10 11101 100101110 1001111 100111

Color Harmonies of #B415B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B415B0

Black with #B415B0

Text Example


Text Example

White with #B415B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B415B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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