Html Css Color HEX #B175F0 Medium Purple

📋 copy color: '#B175F0'

red 177 ◦ green 117 ◦ blue 240

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

Shades of Medium Purple #B175F0

Tints of Medium Purple #B175F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.94%

R = 33.15%
G = 21.91%
B = 44.94%

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

#B175F0 (or 0xB175F0) is known color: Medium Purple. HEX triplet: B1, 75 and F0. RGB value is (177,117,240). Sum of RGB (Red+Green+Blue) = 177+117+240=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #B175F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B175F0 is #4E8A0F. Grayscale: #949494. Windows color (decimal): -5147152 or 15758769. OLE color: 15758769.

HSL color Cylindrical-coordinate representation of color #B175F0: hue angle of 269.27º degrees, saturation: 0.8, 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 #B175F0 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 117 240 -
CMYK 0.26 0.51 0 0.06
HSL 269.27º 0.8% 0.7% -
HSV(B) 269.27º 0.51% 0.94% -
XYZ 40.22 28.36 85.79 -
YUV 148.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 177 117 240 0.26 0.51 0 0.06 269.27 0.8 0.7
Hex B1 75 F0 1A 33 0 6 10D 50 46
Octal 261 165 360 32 63 0 6 415 120 106
Binary 10110001 1110101 11110000 11010 110011 0 110 100001101 1010000 1000110

Color Harmonies of #B175F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175F0

Black with #B175F0

Text Example


Text Example

White with #B175F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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