Html Css Color HEX #B77FBB London Hue

📋 copy color: '#B77FBB'

red 183 ◦ green 127 ◦ blue 187

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

Shades of London Hue #B77FBB

Tints of London Hue #B77FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 36.82%
G = 25.55%
B = 37.63%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B77FBB (or 0xB77FBB) is known color: London Hue. HEX triplet: B7, 7F and BB. RGB value is (183,127,187). Sum of RGB (Red+Green+Blue) = 183+127+187=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #B77FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FBB is #488044. Grayscale: #969696. Windows color (decimal): -4751429 or 12287927. OLE color: 12287927.

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

Color convert

RGB 183 127 187 -
CMYK 0.02 0.32 0 0.27
HSL 296º 0.31% 0.62% -
HSV(B) 296º 0.32% 0.73% -
XYZ 36.09 28.83 50.68 -
YUV 150.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 183 127 187 0.02 0.32 0 0.27 296 0.31 0.62
Hex B7 7F BB 2 20 0 1B 128 1F 3E
Octal 267 177 273 2 40 0 33 450 37 76
Binary 10110111 1111111 10111011 10 100000 0 11011 100101000 11111 111110

Color Harmonies of #B77FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77FBB

Black with #B77FBB

Text Example


Text Example

White with #B77FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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