Html Css Color HEX #B415DA Deep Magenta

📋 copy color: '#B415DA'

red 180 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #B415DA

Tints of Deep Magenta #B415DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 42.96%
G = 5.01%
B = 52.03%

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

#B415DA (or 0xB415DA) is known color: Deep Magenta. HEX triplet: B4, 15 and DA. RGB value is (180,21,218). Sum of RGB (Red+Green+Blue) = 180+21+218=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #B415DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B415DA is #4BEA25. Grayscale: #5A5A5A. Windows color (decimal): -4975142 or 14292404. OLE color: 14292404.

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

Color convert

RGB 180 21 218 -
CMYK 0.17 0.90 0 0.15
HSL 288.43º 0.82% 0.47% -
HSV(B) 288.43º 0.9% 0.85% -
XYZ 31.75 15.3 67.61 -
YUV 91 199.68 191.48 -
System Red Green Blue C M Y K H S L
Decimal 180 21 218 0.17 0.90 0 0.15 288.43 0.82 0.47
Hex B4 15 DA 11 5A 0 F 120 52 2F
Octal 264 25 332 21 132 0 17 440 122 57
Binary 10110100 10101 11011010 10001 1011010 0 1111 100100000 1010010 101111

Color Harmonies of #B415DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B415DA

Black with #B415DA

Text Example


Text Example

White with #B415DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B415DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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