Html Css Color HEX #B175F8 Medium Purple

📋 copy color: '#B175F8'

red 177 ◦ green 117 ◦ blue 248

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

Shades of Medium Purple #B175F8

Tints of Medium Purple #B175F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.76%

R = 32.66%
G = 21.59%
B = 45.76%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B175F8 (or 0xB175F8) is known color: Medium Purple. HEX triplet: B1, 75 and F8. RGB value is (177,117,248). Sum of RGB (Red+Green+Blue) = 177+117+248=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #B175F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B175F8 is #4E8A07. Grayscale: #959595. Windows color (decimal): -5147144 or 16283057. OLE color: 16283057.

HSL color Cylindrical-coordinate representation of color #B175F8: hue angle of 267.48º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B175F8 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 117 248 -
CMYK 0.29 0.53 0 0.03
HSL 267.48º 0.9% 0.72% -
HSV(B) 267.48º 0.53% 0.97% -
XYZ 41.44 28.85 92.19 -
YUV 149.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 177 117 248 0.29 0.53 0 0.03 267.48 0.9 0.72
Hex B1 75 F8 1D 35 0 3 10B 5A 48
Octal 261 165 370 35 65 0 3 413 132 110
Binary 10110001 1110101 11111000 11101 110101 0 11 100001011 1011010 1001000

Color Harmonies of #B175F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175F8

Black with #B175F8

Text Example


Text Example

White with #B175F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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