Html Css Color HEX #B215AD Deep Magenta

📋 copy color: '#B215AD'

red 178 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #B215AD

Tints of Deep Magenta #B215AD

RGB

 RED value IS 178 (69.92% from 255) = 47.85%

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

 BLUE value IS 173 (67.97% from 255) = 46.51%

R = 47.85%
G = 5.65%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B215AD (or 0xB215AD) is known color: Deep Magenta. HEX triplet: B2, 15 and AD. RGB value is (178,21,173). Sum of RGB (Red+Green+Blue) = 178+21+173=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B215AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B215AD is #4DEA52. Grayscale: #545454. Windows color (decimal): -5106259 or 11343282. OLE color: 11343282.

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

Color convert

RGB 178 21 173 -
CMYK 0 0.88 0.03 0.30
HSL 301.91º 0.79% 0.39% -
HSV(B) 301.91º 0.88% 0.7% -
XYZ 26.17 13.02 40.67 -
YUV 85.27 177.51 194.14 -
System Red Green Blue C M Y K H S L
Decimal 178 21 173 0 0.88 0.03 0.30 301.91 0.79 0.39
Hex B2 15 AD 0 58 3 1E 12E 4F 27
Octal 262 25 255 0 130 3 36 456 117 47
Binary 10110010 10101 10101101 0 1011000 11 11110 100101110 1001111 100111

Color Harmonies of #B215AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215AD

Black with #B215AD

Text Example


Text Example

White with #B215AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215AD; }

 p { color: rgb(178,21,173); }

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

background-color css

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

 a { background-color: rgb(178,21,173); }

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

border-color css

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

 span { border-color: rgb(178,21,173); }

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