Html Css Color HEX #B170F7 Medium Purple

📋 copy color: '#B170F7'

red 177 ◦ green 112 ◦ blue 247

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

Shades of Medium Purple #B170F7

Tints of Medium Purple #B170F7

RGB

 RED value IS 177 (69.53% from 255) = 33.02%

 GREEN value IS 112 (44.14% from 255) = 20.9%

 BLUE value IS 247 (96.88% from 255) = 46.08%

R = 33.02%
G = 20.9%
B = 46.08%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B170F7 (or 0xB170F7) is known color: Medium Purple. HEX triplet: B1, 70 and F7. RGB value is (177,112,247). Sum of RGB (Red+Green+Blue) = 177+112+247=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #B170F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B170F7 is #4E8F08. Grayscale: #929292. Windows color (decimal): -5148425 or 16216241. OLE color: 16216241.

HSL color Cylindrical-coordinate representation of color #B170F7: hue angle of 268.89º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B170F7 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 112 247 -
CMYK 0.28 0.55 0 0.03
HSL 268.89º 0.89% 0.7% -
HSV(B) 268.89º 0.55% 0.97% -
XYZ 40.71 27.65 91.19 -
YUV 146.83 184.53 149.52 -
System Red Green Blue C M Y K H S L
Decimal 177 112 247 0.28 0.55 0 0.03 268.89 0.89 0.7
Hex B1 70 F7 1C 37 0 3 10D 59 46
Octal 261 160 367 34 67 0 3 415 131 106
Binary 10110001 1110000 11110111 11100 110111 0 11 100001101 1011001 1000110

Color Harmonies of #B170F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170F7

Black with #B170F7

Text Example


Text Example

White with #B170F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170F7; }

 p { color: rgb(177,112,247); }

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

background-color css

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

 a { background-color: rgb(177,112,247); }

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

border-color css

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

 span { border-color: rgb(177,112,247); }

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