Html Css Color HEX #B77CBA London Hue

📋 copy color: '#B77CBA'

red 183 ◦ green 124 ◦ blue 186

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

Shades of London Hue #B77CBA

Tints of London Hue #B77CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.15%

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

R = 37.12%
G = 25.15%
B = 37.73%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B77CBA (or 0xB77CBA) is known color: London Hue. HEX triplet: B7, 7C and BA. RGB value is (183,124,186). Sum of RGB (Red+Green+Blue) = 183+124+186=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #B77CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CBA is #488345. Grayscale: #949494. Windows color (decimal): -4752198 or 12221623. OLE color: 12221623.

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

Color convert

RGB 183 124 186 -
CMYK 0.02 0.33 0 0.27
HSL 297.1º 0.31% 0.61% -
HSV(B) 297.1º 0.33% 0.73% -
XYZ 35.6 28.03 49.99 -
YUV 148.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 183 124 186 0.02 0.33 0 0.27 297.1 0.31 0.61
Hex B7 7C BA 2 21 0 1B 129 1F 3D
Octal 267 174 272 2 41 0 33 451 37 75
Binary 10110111 1111100 10111010 10 100001 0 11011 100101001 11111 111101

Color Harmonies of #B77CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CBA

Black with #B77CBA

Text Example


Text Example

White with #B77CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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