Html Css Color HEX #BA82B0 London Hue

📋 copy color: '#BA82B0'

red 186 ◦ green 130 ◦ blue 176

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

Shades of London Hue #BA82B0

Tints of London Hue #BA82B0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.42%

 BLUE value IS 176 (69.14% from 255) = 35.77%

R = 37.8%
G = 26.42%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA82B0 (or 0xBA82B0) is known color: London Hue. HEX triplet: BA, 82 and B0. RGB value is (186,130,176). Sum of RGB (Red+Green+Blue) = 186+130+176=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA82B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA82B0 is #457D4F. Grayscale: #979797. Windows color (decimal): -4554064 or 11567802. OLE color: 11567802.

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

Color convert

RGB 186 130 176 -
CMYK 0 0.30 0.05 0.27
HSL 310.71º 0.29% 0.62% -
HSV(B) 310.71º 0.3% 0.73% -
XYZ 36.07 29.54 44.87 -
YUV 151.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 186 130 176 0 0.30 0.05 0.27 310.71 0.29 0.62
Hex BA 82 B0 0 1E 5 1B 137 1D 3E
Octal 272 202 260 0 36 5 33 467 35 76
Binary 10111010 10000010 10110000 0 11110 101 11011 100110111 11101 111110

Color Harmonies of #BA82B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82B0

Black with #BA82B0

Text Example


Text Example

White with #BA82B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82B0; }

 p { color: rgb(186,130,176); }

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

background-color css

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

 a { background-color: rgb(186,130,176); }

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

border-color css

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

 span { border-color: rgb(186,130,176); }

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