Html Css Color HEX #B178AF London Hue

📋 copy color: '#B178AF'

red 177 ◦ green 120 ◦ blue 175

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

Shades of London Hue #B178AF

Tints of London Hue #B178AF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.42%

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 37.5%
G = 25.42%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B178AF (or 0xB178AF) is known color: London Hue. HEX triplet: B1, 78 and AF. RGB value is (177,120,175). Sum of RGB (Red+Green+Blue) = 177+120+175=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B178AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B178AF is #4E8750. Grayscale: #8F8F8F. Windows color (decimal): -5146449 or 11499697. OLE color: 11499697.

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

Color convert

RGB 177 120 175 -
CMYK 0 0.32 0.01 0.31
HSL 302.11º 0.27% 0.58% -
HSV(B) 302.11º 0.32% 0.69% -
XYZ 32.59 25.88 43.83 -
YUV 143.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 177 120 175 0 0.32 0.01 0.31 302.11 0.27 0.58
Hex B1 78 AF 0 20 1 1F 12E 1B 3A
Octal 261 170 257 0 40 1 37 456 33 72
Binary 10110001 1111000 10101111 0 100000 1 11111 100101110 11011 111010

Color Harmonies of #B178AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B178AF

Black with #B178AF

Text Example


Text Example

White with #B178AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B178AF; }

 p { color: rgb(177,120,175); }

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

background-color css

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

 a { background-color: rgb(177,120,175); }

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

border-color css

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

 span { border-color: rgb(177,120,175); }

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