Html Css Color HEX #B175FA Medium Purple

📋 copy color: '#B175FA'

red 177 ◦ green 117 ◦ blue 250

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

Shades of Medium Purple #B175FA

Tints of Medium Purple #B175FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 32.54%
G = 21.51%
B = 45.96%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B175FA (or 0xB175FA) is known color: Medium Purple. HEX triplet: B1, 75 and FA. RGB value is (177,117,250). Sum of RGB (Red+Green+Blue) = 177+117+250=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #B175FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B175FA is #4E8A05. Grayscale: #959595. Windows color (decimal): -5147142 or 16414129. OLE color: 16414129.

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

Color convert

RGB 177 117 250 -
CMYK 0.29 0.53 0 0.02
HSL 267.07º 0.93% 0.72% -
HSV(B) 267.07º 0.53% 0.98% -
XYZ 41.75 28.97 93.83 -
YUV 150.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 177 117 250 0.29 0.53 0 0.02 267.07 0.93 0.72
Hex B1 75 FA 1D 35 0 2 10B 5D 48
Octal 261 165 372 35 65 0 2 413 135 110
Binary 10110001 1110101 11111010 11101 110101 0 10 100001011 1011101 1001000

Color Harmonies of #B175FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175FA

Black with #B175FA

Text Example


Text Example

White with #B175FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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