Html Css Color HEX #B175B0 London Hue

📋 copy color: '#B175B0'

red 177 ◦ green 117 ◦ blue 176

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

Shades of London Hue #B175B0

Tints of London Hue #B175B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.45%

R = 37.66%
G = 24.89%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B175B0 (or 0xB175B0) is known color: London Hue. HEX triplet: B1, 75 and B0. RGB value is (177,117,176). Sum of RGB (Red+Green+Blue) = 177+117+176=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B175B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175B0 is #4E8A4F. Grayscale: #8D8D8D. Windows color (decimal): -5147216 or 11564465. OLE color: 11564465.

HSL color Cylindrical-coordinate representation of color #B175B0: hue angle of 301º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B175B0 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 117 176 -
CMYK 0 0.34 0.01 0.31
HSL 301º 0.28% 0.58% -
HSV(B) 301º 0.34% 0.69% -
XYZ 32.33 25.2 44.24 -
YUV 141.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 177 117 176 0 0.34 0.01 0.31 301 0.28 0.58
Hex B1 75 B0 0 22 1 1F 12D 1C 3A
Octal 261 165 260 0 42 1 37 455 34 72
Binary 10110001 1110101 10110000 0 100010 1 11111 100101101 11100 111010

Color Harmonies of #B175B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175B0

Black with #B175B0

Text Example


Text Example

White with #B175B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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