Html Css Color HEX #B77BBA London Hue

📋 copy color: '#B77BBA'

red 183 ◦ green 123 ◦ blue 186

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

Shades of London Hue #B77BBA

Tints of London Hue #B77BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 37.2%
G = 25%
B = 37.8%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B77BBA (or 0xB77BBA) is known color: London Hue. HEX triplet: B7, 7B and BA. RGB value is (183,123,186). Sum of RGB (Red+Green+Blue) = 183+123+186=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #B77BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BBA is #488445. Grayscale: #939393. Windows color (decimal): -4752454 or 12221367. OLE color: 12221367.

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

Color convert

RGB 183 123 186 -
CMYK 0.02 0.34 0 0.27
HSL 297.14º 0.31% 0.61% -
HSV(B) 297.14º 0.34% 0.73% -
XYZ 35.47 27.78 49.95 -
YUV 148.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 183 123 186 0.02 0.34 0 0.27 297.14 0.31 0.61
Hex B7 7B BA 2 22 0 1B 129 1F 3D
Octal 267 173 272 2 42 0 33 451 37 75
Binary 10110111 1111011 10111010 10 100010 0 11011 100101001 11111 111101

Color Harmonies of #B77BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BBA

Black with #B77BBA

Text Example


Text Example

White with #B77BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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