Html Css Color HEX #B175FC Medium Purple

📋 copy color: '#B175FC'

red 177 ◦ green 117 ◦ blue 252

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

Shades of Medium Purple #B175FC

Tints of Medium Purple #B175FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 32.42%
G = 21.43%
B = 46.15%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B175FC (or 0xB175FC) is known color: Medium Purple. HEX triplet: B1, 75 and FC. RGB value is (177,117,252). Sum of RGB (Red+Green+Blue) = 177+117+252=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #B175FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B175FC is #4E8A03. Grayscale: #959595. Windows color (decimal): -5147140 or 16545201. OLE color: 16545201.

HSL color Cylindrical-coordinate representation of color #B175FC: hue angle of 266.67º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B175FC is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 117 252 -
CMYK 0.30 0.54 0 0.01
HSL 266.67º 0.96% 0.72% -
HSV(B) 266.67º 0.54% 0.99% -
XYZ 42.06 29.1 95.49 -
YUV 150.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 177 117 252 0.30 0.54 0 0.01 266.67 0.96 0.72
Hex B1 75 FC 1E 36 0 1 10B 60 48
Octal 261 165 374 36 66 0 1 413 140 110
Binary 10110001 1110101 11111100 11110 110110 0 1 100001011 1100000 1001000

Color Harmonies of #B175FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175FC

Black with #B175FC

Text Example


Text Example

White with #B175FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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