Html Css Color HEX #B178B2 London Hue

📋 copy color: '#B178B2'

red 177 ◦ green 120 ◦ blue 178

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

Shades of London Hue #B178B2

Tints of London Hue #B178B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 37.26%
G = 25.26%
B = 37.47%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B178B2 (or 0xB178B2) is known color: London Hue. HEX triplet: B1, 78 and B2. RGB value is (177,120,178). Sum of RGB (Red+Green+Blue) = 177+120+178=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 178 - color contains mainly: blue. Hex color #B178B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B178B2 is #4E874D. Grayscale: #8F8F8F. Windows color (decimal): -5146446 or 11696305. OLE color: 11696305.

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

Color convert

RGB 177 120 178 -
CMYK 0.01 0.33 0 0.30
HSL 298.97º 0.27% 0.58% -
HSV(B) 298.97º 0.33% 0.7% -
XYZ 32.88 25.99 45.4 -
YUV 143.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 177 120 178 0.01 0.33 0 0.30 298.97 0.27 0.58
Hex B1 78 B2 1 21 0 1E 12B 1B 3A
Octal 261 170 262 1 41 0 36 453 33 72
Binary 10110001 1111000 10110010 1 100001 0 11110 100101011 11011 111010

Color Harmonies of #B178B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B178B2

Black with #B178B2

Text Example


Text Example

White with #B178B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B178B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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