Html Css Color HEX #B175ED Medium Purple

📋 copy color: '#B175ED'

red 177 ◦ green 117 ◦ blue 237

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

Shades of Medium Purple #B175ED

Tints of Medium Purple #B175ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 33.33%
G = 22.03%
B = 44.63%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B175ED (or 0xB175ED) is known color: Medium Purple. HEX triplet: B1, 75 and ED. RGB value is (177,117,237). Sum of RGB (Red+Green+Blue) = 177+117+237=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #B175ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B175ED is #4E8A12. Grayscale: #949494. Windows color (decimal): -5147155 or 15562161. OLE color: 15562161.

HSL color Cylindrical-coordinate representation of color #B175ED: hue angle of 270º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B175ED is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 117 237 -
CMYK 0.25 0.51 0 0.07
HSL 270º 0.77% 0.69% -
HSV(B) 270º 0.51% 0.93% -
XYZ 39.78 28.18 83.46 -
YUV 148.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 177 117 237 0.25 0.51 0 0.07 270 0.77 0.69
Hex B1 75 ED 19 33 0 7 10E 4D 45
Octal 261 165 355 31 63 0 7 416 115 105
Binary 10110001 1110101 11101101 11001 110011 0 111 100001110 1001101 1000101

Color Harmonies of #B175ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175ED

Black with #B175ED

Text Example


Text Example

White with #B175ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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