Html Css Color HEX #B680BA London Hue

📋 copy color: '#B680BA'

red 182 ◦ green 128 ◦ blue 186

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

Shades of London Hue #B680BA

Tints of London Hue #B680BA

RGB

 RED value IS 182 (71.48% from 255) = 36.69%

 GREEN value IS 128 (50.39% from 255) = 25.81%

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

R = 36.69%
G = 25.81%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B680BA (or 0xB680BA) is known color: London Hue. HEX triplet: B6, 80 and BA. RGB value is (182,128,186). Sum of RGB (Red+Green+Blue) = 182+128+186=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #B680BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680BA is #497F45. Grayscale: #969696. Windows color (decimal): -4816710 or 12222646. OLE color: 12222646.

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

Color convert

RGB 182 128 186 -
CMYK 0.02 0.31 0 0.27
HSL 295.86º 0.3% 0.62% -
HSV(B) 295.86º 0.31% 0.73% -
XYZ 35.87 28.93 50.15 -
YUV 150.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 182 128 186 0.02 0.31 0 0.27 295.86 0.3 0.62
Hex B6 80 BA 2 1F 0 1B 128 1E 3E
Octal 266 200 272 2 37 0 33 450 36 76
Binary 10110110 10000000 10111010 10 11111 0 11011 100101000 11110 111110

Color Harmonies of #B680BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B680BA

Black with #B680BA

Text Example


Text Example

White with #B680BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B680BA; }

 p { color: rgb(182,128,186); }

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

background-color css

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

 a { background-color: rgb(182,128,186); }

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

border-color css

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

 span { border-color: rgb(182,128,186); }

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