Html Css Color HEX #B217CC Deep Magenta

📋 copy color: '#B217CC'

red 178 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #B217CC

Tints of Deep Magenta #B217CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.68%

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 43.95%
G = 5.68%
B = 50.37%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B217CC (or 0xB217CC) is known color: Deep Magenta. HEX triplet: B2, 17 and CC. RGB value is (178,23,204). Sum of RGB (Red+Green+Blue) = 178+23+204=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #B217CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B217CC is #4DE833. Grayscale: #595959. Windows color (decimal): -5105716 or 13375410. OLE color: 13375410.

HSL color Cylindrical-coordinate representation of color #B217CC: hue angle of 291.38º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B217CC is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 23 204 -
CMYK 0.13 0.89 0 0.2
HSL 291.38º 0.8% 0.45% -
HSV(B) 291.38º 0.89% 0.8% -
XYZ 29.57 14.44 58.36 -
YUV 89.98 192.35 190.78 -
System Red Green Blue C M Y K H S L
Decimal 178 23 204 0.13 0.89 0 0.2 291.38 0.8 0.45
Hex B2 17 CC D 59 0 14 123 50 2D
Octal 262 27 314 15 131 0 24 443 120 55
Binary 10110010 10111 11001100 1101 1011001 0 10100 100100011 1010000 101101

Color Harmonies of #B217CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B217CC

Black with #B217CC

Text Example


Text Example

White with #B217CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B217CC; }

 p { color: rgb(178,23,204); }

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

background-color css

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

 a { background-color: rgb(178,23,204); }

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

border-color css

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

 span { border-color: rgb(178,23,204); }

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