Html Css Color HEX #B415D8 Deep Magenta

📋 copy color: '#B415D8'

red 180 ◦ green 21 ◦ blue 216

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

Shades of Deep Magenta #B415D8

Tints of Deep Magenta #B415D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.8%

R = 43.17%
G = 5.04%
B = 51.8%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B415D8 (or 0xB415D8) is known color: Deep Magenta. HEX triplet: B4, 15 and D8. RGB value is (180,21,216). Sum of RGB (Red+Green+Blue) = 180+21+216=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #B415D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B415D8 is #4BEA27. Grayscale: #5A5A5A. Windows color (decimal): -4975144 or 14161332. OLE color: 14161332.

HSL color Cylindrical-coordinate representation of color #B415D8: hue angle of 288.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B415D8 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 21 216 -
CMYK 0.17 0.90 0 0.15
HSL 288.92º 0.82% 0.46% -
HSV(B) 288.92º 0.9% 0.85% -
XYZ 31.49 15.2 66.24 -
YUV 90.77 198.68 191.64 -
System Red Green Blue C M Y K H S L
Decimal 180 21 216 0.17 0.90 0 0.15 288.92 0.82 0.46
Hex B4 15 D8 11 5A 0 F 121 52 2E
Octal 264 25 330 21 132 0 17 441 122 56
Binary 10110100 10101 11011000 10001 1011010 0 1111 100100001 1010010 101110

Color Harmonies of #B415D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B415D8

Black with #B415D8

Text Example


Text Example

White with #B415D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B415D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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