Html Css Color HEX #B215C1 Deep Magenta

📋 copy color: '#B215C1'

red 178 ◦ green 21 ◦ blue 193

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

Shades of Deep Magenta #B215C1

Tints of Deep Magenta #B215C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.23%

R = 45.41%
G = 5.36%
B = 49.23%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B215C1 (or 0xB215C1) is known color: Deep Magenta. HEX triplet: B2, 15 and C1. RGB value is (178,21,193). Sum of RGB (Red+Green+Blue) = 178+21+193=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #B215C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215C1 is #4DEA3E. Grayscale: #575757. Windows color (decimal): -5106239 or 12654002. OLE color: 12654002.

HSL color Cylindrical-coordinate representation of color #B215C1: hue angle of 294.77º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B215C1 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 21 193 -
CMYK 0.08 0.89 0 0.24
HSL 294.77º 0.8% 0.42% -
HSV(B) 294.77º 0.89% 0.76% -
XYZ 28.25 13.85 51.64 -
YUV 87.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 178 21 193 0.08 0.89 0 0.24 294.77 0.8 0.42
Hex B2 15 C1 8 59 0 18 127 50 2A
Octal 262 25 301 10 131 0 30 447 120 52
Binary 10110010 10101 11000001 1000 1011001 0 11000 100100111 1010000 101010

Color Harmonies of #B215C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215C1

Black with #B215C1

Text Example


Text Example

White with #B215C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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