Html Css Color HEX #B215BF Deep Magenta

📋 copy color: '#B215BF'

red 178 ◦ green 21 ◦ blue 191

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

Shades of Deep Magenta #B215BF

Tints of Deep Magenta #B215BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.97%

R = 45.64%
G = 5.38%
B = 48.97%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B215BF (or 0xB215BF) is known color: Deep Magenta. HEX triplet: B2, 15 and BF. RGB value is (178,21,191). Sum of RGB (Red+Green+Blue) = 178+21+191=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #B215BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215BF is #4DEA40. Grayscale: #565656. Windows color (decimal): -5106241 or 12522930. OLE color: 12522930.

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

Color convert

RGB 178 21 191 -
CMYK 0.07 0.89 0 0.25
HSL 295.41º 0.8% 0.42% -
HSV(B) 295.41º 0.89% 0.75% -
XYZ 28.03 13.76 50.47 -
YUV 87.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 178 21 191 0.07 0.89 0 0.25 295.41 0.8 0.42
Hex B2 15 BF 7 59 0 19 127 50 2A
Octal 262 25 277 7 131 0 31 447 120 52
Binary 10110010 10101 10111111 111 1011001 0 11001 100100111 1010000 101010

Color Harmonies of #B215BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215BF

Black with #B215BF

Text Example


Text Example

White with #B215BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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