Html Css Color HEX #B175EF Medium Purple

📋 copy color: '#B175EF'

red 177 ◦ green 117 ◦ blue 239

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

Shades of Medium Purple #B175EF

Tints of Medium Purple #B175EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.95%

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 33.21%
G = 21.95%
B = 44.84%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B175EF (or 0xB175EF) is known color: Medium Purple. HEX triplet: B1, 75 and EF. RGB value is (177,117,239). Sum of RGB (Red+Green+Blue) = 177+117+239=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #B175EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B175EF is #4E8A10. Grayscale: #949494. Windows color (decimal): -5147153 or 15693233. OLE color: 15693233.

HSL color Cylindrical-coordinate representation of color #B175EF: hue angle of 269.51º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B175EF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 117 239 -
CMYK 0.26 0.51 0 0.06
HSL 269.51º 0.79% 0.7% -
HSV(B) 269.51º 0.51% 0.94% -
XYZ 40.07 28.3 85.01 -
YUV 148.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 177 117 239 0.26 0.51 0 0.06 269.51 0.79 0.7
Hex B1 75 EF 1A 33 0 6 10E 4F 46
Octal 261 165 357 32 63 0 6 416 117 106
Binary 10110001 1110101 11101111 11010 110011 0 110 100001110 1001111 1000110

Color Harmonies of #B175EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175EF

Black with #B175EF

Text Example


Text Example

White with #B175EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175EF; }

 p { color: rgb(177,117,239); }

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

background-color css

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

 a { background-color: rgb(177,117,239); }

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

border-color css

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

 span { border-color: rgb(177,117,239); }

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