Html Css Color HEX #B77BAE London Hue

📋 copy color: '#B77BAE'

red 183 ◦ green 123 ◦ blue 174

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

Shades of London Hue #B77BAE

Tints of London Hue #B77BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.63%

 BLUE value IS 174 (68.36% from 255) = 36.25%

R = 38.13%
G = 25.63%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B77BAE (or 0xB77BAE) is known color: London Hue. HEX triplet: B7, 7B and AE. RGB value is (183,123,174). Sum of RGB (Red+Green+Blue) = 183+123+174=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B77BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77BAE is #488451. Grayscale: #929292. Windows color (decimal): -4752466 or 11434935. OLE color: 11434935.

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

Color convert

RGB 183 123 174 -
CMYK 0 0.33 0.05 0.28
HSL 309º 0.29% 0.6% -
HSV(B) 309º 0.33% 0.72% -
XYZ 34.25 27.29 43.51 -
YUV 146.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 183 123 174 0 0.33 0.05 0.28 309 0.29 0.6
Hex B7 7B AE 0 21 5 1C 135 1D 3C
Octal 267 173 256 0 41 5 34 465 35 74
Binary 10110111 1111011 10101110 0 100001 101 11100 100110101 11101 111100

Color Harmonies of #B77BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BAE

Black with #B77BAE

Text Example


Text Example

White with #B77BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BAE; }

 p { color: rgb(183,123,174); }

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

background-color css

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

 a { background-color: rgb(183,123,174); }

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

border-color css

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

 span { border-color: rgb(183,123,174); }

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