Html Css Color HEX #B317CF Deep Magenta

📋 copy color: '#B317CF'

red 179 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #B317CF

Tints of Deep Magenta #B317CF

RGB

 RED value IS 179 (70.31% from 255) = 43.77%

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

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

R = 43.77%
G = 5.62%
B = 50.61%

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

#B317CF (or 0xB317CF) is known color: Deep Magenta. HEX triplet: B3, 17 and CF. RGB value is (179,23,207). Sum of RGB (Red+Green+Blue) = 179+23+207=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #B317CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B317CF is #4CE830. Grayscale: #5A5A5A. Windows color (decimal): -5040177 or 13572019. OLE color: 13572019.

HSL color Cylindrical-coordinate representation of color #B317CF: hue angle of 290.87º 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 #B317CF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 23 207 -
CMYK 0.14 0.89 0 0.19
HSL 290.87º 0.8% 0.45% -
HSV(B) 290.87º 0.89% 0.81% -
XYZ 30.16 14.7 60.28 -
YUV 90.62 193.68 191.04 -
System Red Green Blue C M Y K H S L
Decimal 179 23 207 0.14 0.89 0 0.19 290.87 0.8 0.45
Hex B3 17 CF E 59 0 13 123 50 2D
Octal 263 27 317 16 131 0 23 443 120 55
Binary 10110011 10111 11001111 1110 1011001 0 10011 100100011 1010000 101101

Color Harmonies of #B317CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B317CF

Black with #B317CF

Text Example


Text Example

White with #B317CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B317CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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