Html Css Color HEX #B215CD Deep Magenta

📋 copy color: '#B215CD'

red 178 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #B215CD

Tints of Deep Magenta #B215CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 44.06%
G = 5.2%
B = 50.74%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B215CD (or 0xB215CD) is known color: Deep Magenta. HEX triplet: B2, 15 and CD. RGB value is (178,21,205). Sum of RGB (Red+Green+Blue) = 178+21+205=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #B215CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215CD is #4DEA32. Grayscale: #585858. Windows color (decimal): -5106227 or 13440434. OLE color: 13440434.

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

Color convert

RGB 178 21 205 -
CMYK 0.13 0.90 0 0.20
HSL 291.2º 0.81% 0.44% -
HSV(B) 291.2º 0.9% 0.8% -
XYZ 29.65 14.41 58.98 -
YUV 88.92 193.51 191.54 -
System Red Green Blue C M Y K H S L
Decimal 178 21 205 0.13 0.90 0 0.20 291.2 0.81 0.44
Hex B2 15 CD D 5A 0 14 123 51 2C
Octal 262 25 315 15 132 0 24 443 121 54
Binary 10110010 10101 11001101 1101 1011010 0 10100 100100011 1010001 101100

Color Harmonies of #B215CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215CD

Black with #B215CD

Text Example


Text Example

White with #B215CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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