Html Css Color HEX #B215BA Deep Magenta

📋 copy color: '#B215BA'

red 178 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #B215BA

Tints of Deep Magenta #B215BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 46.23%
G = 5.45%
B = 48.31%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B215BA (or 0xB215BA) is known color: Deep Magenta. HEX triplet: B2, 15 and BA. RGB value is (178,21,186). Sum of RGB (Red+Green+Blue) = 178+21+186=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #B215BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215BA is #4DEA45. Grayscale: #565656. Windows color (decimal): -5106246 or 12195250. OLE color: 12195250.

HSL color Cylindrical-coordinate representation of color #B215BA: hue angle of 297.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B215BA is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 21 186 -
CMYK 0.04 0.89 0 0.27
HSL 297.09º 0.8% 0.41% -
HSV(B) 297.09º 0.89% 0.73% -
XYZ 27.49 13.55 47.62 -
YUV 86.75 184.01 193.08 -
System Red Green Blue C M Y K H S L
Decimal 178 21 186 0.04 0.89 0 0.27 297.09 0.8 0.41
Hex B2 15 BA 4 59 0 1B 129 50 29
Octal 262 25 272 4 131 0 33 451 120 51
Binary 10110010 10101 10111010 100 1011001 0 11011 100101001 1010000 101001

Color Harmonies of #B215BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215BA

Black with #B215BA

Text Example


Text Example

White with #B215BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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