Html Css Color HEX #B215CA Deep Magenta

📋 copy color: '#B215CA'

red 178 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #B215CA

Tints of Deep Magenta #B215CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.37%

R = 44.39%
G = 5.24%
B = 50.37%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B215CA (or 0xB215CA) is known color: Deep Magenta. HEX triplet: B2, 15 and CA. RGB value is (178,21,202). Sum of RGB (Red+Green+Blue) = 178+21+202=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #B215CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215CA is #4DEA35. Grayscale: #585858. Windows color (decimal): -5106230 or 13243826. OLE color: 13243826.

HSL color Cylindrical-coordinate representation of color #B215CA: hue angle of 292.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B215CA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 21 202 -
CMYK 0.12 0.90 0 0.21
HSL 292.04º 0.81% 0.44% -
HSV(B) 292.04º 0.9% 0.79% -
XYZ 29.29 14.27 57.09 -
YUV 88.58 192.01 191.78 -
System Red Green Blue C M Y K H S L
Decimal 178 21 202 0.12 0.90 0 0.21 292.04 0.81 0.44
Hex B2 15 CA C 5A 0 15 124 51 2C
Octal 262 25 312 14 132 0 25 444 121 54
Binary 10110010 10101 11001010 1100 1011010 0 10101 100100100 1010001 101100

Color Harmonies of #B215CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215CA

Black with #B215CA

Text Example


Text Example

White with #B215CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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