Html Css Color HEX #B217CF Deep Magenta

📋 copy color: '#B217CF'

red 178 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #B217CF

Tints of Deep Magenta #B217CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 43.63%
G = 5.64%
B = 50.74%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B217CF (or 0xB217CF) is known color: Deep Magenta. HEX triplet: B2, 17 and CF. RGB value is (178,23,207). Sum of RGB (Red+Green+Blue) = 178+23+207=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #B217CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B217CF is #4DE830. Grayscale: #595959. Windows color (decimal): -5105713 or 13572018. OLE color: 13572018.

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

Color convert

RGB 178 23 207 -
CMYK 0.14 0.89 0 0.19
HSL 290.54º 0.8% 0.45% -
HSV(B) 290.54º 0.89% 0.81% -
XYZ 29.93 14.58 60.27 -
YUV 90.32 193.85 190.54 -
System Red Green Blue C M Y K H S L
Decimal 178 23 207 0.14 0.89 0 0.19 290.54 0.8 0.45
Hex B2 17 CF E 59 0 13 123 50 2D
Octal 262 27 317 16 131 0 23 443 120 55
Binary 10110010 10111 11001111 1110 1011001 0 10011 100100011 1010000 101101

Color Harmonies of #B217CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B217CF

Black with #B217CF

Text Example


Text Example

White with #B217CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B217CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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