Html Css Color HEX #B77CAF London Hue

📋 copy color: '#B77CAF'

red 183 ◦ green 124 ◦ blue 175

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

Shades of London Hue #B77CAF

Tints of London Hue #B77CAF

RGB

 RED value IS 183 (71.88% from 255) = 37.97%

 GREEN value IS 124 (48.83% from 255) = 25.73%

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

R = 37.97%
G = 25.73%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B77CAF (or 0xB77CAF) is known color: London Hue. HEX triplet: B7, 7C and AF. RGB value is (183,124,175). Sum of RGB (Red+Green+Blue) = 183+124+175=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B77CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77CAF is #488350. Grayscale: #939393. Windows color (decimal): -4752209 or 11500727. OLE color: 11500727.

HSL color Cylindrical-coordinate representation of color #B77CAF: hue angle of 308.14º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77CAF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 124 175 -
CMYK 0 0.32 0.04 0.28
HSL 308.14º 0.29% 0.6% -
HSV(B) 308.14º 0.32% 0.72% -
XYZ 34.47 27.58 44.06 -
YUV 147.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 183 124 175 0 0.32 0.04 0.28 308.14 0.29 0.6
Hex B7 7C AF 0 20 4 1C 134 1D 3C
Octal 267 174 257 0 40 4 34 464 35 74
Binary 10110111 1111100 10101111 0 100000 100 11100 100110100 11101 111100

Color Harmonies of #B77CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CAF

Black with #B77CAF

Text Example


Text Example

White with #B77CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CAF; }

 p { color: rgb(183,124,175); }

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

background-color css

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

 a { background-color: rgb(183,124,175); }

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

border-color css

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

 span { border-color: rgb(183,124,175); }

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