Html Css Color HEX #B170F5 Medium Purple

📋 copy color: '#B170F5'

red 177 ◦ green 112 ◦ blue 245

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

Shades of Medium Purple #B170F5

Tints of Medium Purple #B170F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.88%

R = 33.15%
G = 20.97%
B = 45.88%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B170F5 (or 0xB170F5) is known color: Medium Purple. HEX triplet: B1, 70 and F5. RGB value is (177,112,245). Sum of RGB (Red+Green+Blue) = 177+112+245=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #B170F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B170F5 is #4E8F0A. Grayscale: #929292. Windows color (decimal): -5148427 or 16085169. OLE color: 16085169.

HSL color Cylindrical-coordinate representation of color #B170F5: hue angle of 269.32º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B170F5 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 112 245 -
CMYK 0.28 0.54 0 0.04
HSL 269.32º 0.87% 0.7% -
HSV(B) 269.32º 0.54% 0.96% -
XYZ 40.41 27.53 89.57 -
YUV 146.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 177 112 245 0.28 0.54 0 0.04 269.32 0.87 0.7
Hex B1 70 F5 1C 36 0 4 10D 57 46
Octal 261 160 365 34 66 0 4 415 127 106
Binary 10110001 1110000 11110101 11100 110110 0 100 100001101 1010111 1000110

Color Harmonies of #B170F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170F5

Black with #B170F5

Text Example


Text Example

White with #B170F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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