Html Css Color HEX #B77ABA London Hue

📋 copy color: '#B77ABA'

red 183 ◦ green 122 ◦ blue 186

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

Shades of London Hue #B77ABA

Tints of London Hue #B77ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.85%

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

R = 37.27%
G = 24.85%
B = 37.88%

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

#B77ABA (or 0xB77ABA) is known color: London Hue. HEX triplet: B7, 7A and BA. RGB value is (183,122,186). Sum of RGB (Red+Green+Blue) = 183+122+186=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #B77ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ABA is #488545. Grayscale: #939393. Windows color (decimal): -4752710 or 12221111. OLE color: 12221111.

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

Color convert

RGB 183 122 186 -
CMYK 0.02 0.34 0 0.27
HSL 297.19º 0.32% 0.6% -
HSV(B) 297.19º 0.34% 0.73% -
XYZ 35.35 27.53 49.91 -
YUV 147.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 183 122 186 0.02 0.34 0 0.27 297.19 0.32 0.6
Hex B7 7A BA 2 22 0 1B 129 20 3C
Octal 267 172 272 2 42 0 33 451 40 74
Binary 10110111 1111010 10111010 10 100010 0 11011 100101001 100000 111100

Color Harmonies of #B77ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77ABA

Black with #B77ABA

Text Example


Text Example

White with #B77ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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