Html Css Color HEX #B77FAC London Hue

📋 copy color: '#B77FAC'

red 183 ◦ green 127 ◦ blue 172

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

Shades of London Hue #B77FAC

Tints of London Hue #B77FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 37.97%
G = 26.35%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B77FAC (or 0xB77FAC) is known color: London Hue. HEX triplet: B7, 7F and AC. RGB value is (183,127,172). Sum of RGB (Red+Green+Blue) = 183+127+172=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B77FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77FAC is #488053. Grayscale: #949494. Windows color (decimal): -4751444 or 11304887. OLE color: 11304887.

HSL color Cylindrical-coordinate representation of color #B77FAC: hue angle of 311.79º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77FAC is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 127 172 -
CMYK 0 0.31 0.06 0.28
HSL 311.79º 0.28% 0.61% -
HSV(B) 311.79º 0.31% 0.72% -
XYZ 34.56 28.22 42.66 -
YUV 148.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 183 127 172 0 0.31 0.06 0.28 311.79 0.28 0.61
Hex B7 7F AC 0 1F 6 1C 138 1C 3D
Octal 267 177 254 0 37 6 34 470 34 75
Binary 10110111 1111111 10101100 0 11111 110 11100 100111000 11100 111101

Color Harmonies of #B77FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77FAC

Black with #B77FAC

Text Example


Text Example

White with #B77FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77FAC; }

 p { color: rgb(183,127,172); }

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

background-color css

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

 a { background-color: rgb(183,127,172); }

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

border-color css

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

 span { border-color: rgb(183,127,172); }

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