Html Css Color HEX #BA82BD London Hue

📋 copy color: '#BA82BD'

red 186 ◦ green 130 ◦ blue 189

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

Shades of London Hue #BA82BD

Tints of London Hue #BA82BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 36.83%
G = 25.74%
B = 37.43%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA82BD (or 0xBA82BD) is known color: London Hue. HEX triplet: BA, 82 and BD. RGB value is (186,130,189). Sum of RGB (Red+Green+Blue) = 186+130+189=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA82BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82BD is #457D42. Grayscale: #999999. Windows color (decimal): -4554051 or 12419770. OLE color: 12419770.

HSL color Cylindrical-coordinate representation of color #BA82BD: hue angle of 296.95º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA82BD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 130 189 -
CMYK 0.02 0.31 0 0.26
HSL 296.95º 0.31% 0.63% -
HSV(B) 296.95º 0.31% 0.74% -
XYZ 37.42 30.08 51.98 -
YUV 153.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 186 130 189 0.02 0.31 0 0.26 296.95 0.31 0.63
Hex BA 82 BD 2 1F 0 1A 129 1F 3F
Octal 272 202 275 2 37 0 32 451 37 77
Binary 10111010 10000010 10111101 10 11111 0 11010 100101001 11111 111111

Color Harmonies of #BA82BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82BD

Black with #BA82BD

Text Example


Text Example

White with #BA82BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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