Html Css Color HEX #B215AC Deep Magenta

📋 copy color: '#B215AC'

red 178 ◦ green 21 ◦ blue 172

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

Shades of Deep Magenta #B215AC

Tints of Deep Magenta #B215AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 47.98%
G = 5.66%
B = 46.36%

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

#B215AC (or 0xB215AC) is known color: Deep Magenta. HEX triplet: B2, 15 and AC. RGB value is (178,21,172). Sum of RGB (Red+Green+Blue) = 178+21+172=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B215AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B215AC is #4DEA53. Grayscale: #545454. Windows color (decimal): -5106260 or 11277746. OLE color: 11277746.

HSL color Cylindrical-coordinate representation of color #B215AC: hue angle of 302.29º 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 #B215AC is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 21 172 -
CMYK 0 0.88 0.03 0.30
HSL 302.29º 0.79% 0.39% -
HSV(B) 302.29º 0.88% 0.7% -
XYZ 26.07 12.98 40.16 -
YUV 85.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 178 21 172 0 0.88 0.03 0.30 302.29 0.79 0.39
Hex B2 15 AC 0 58 3 1E 12E 4F 27
Octal 262 25 254 0 130 3 36 456 117 47
Binary 10110010 10101 10101100 0 1011000 11 11110 100101110 1001111 100111

Color Harmonies of #B215AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215AC

Black with #B215AC

Text Example


Text Example

White with #B215AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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