Html Css Color HEX #BA81BD London Hue

📋 copy color: '#BA81BD'

red 186 ◦ green 129 ◦ blue 189

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

Shades of London Hue #BA81BD

Tints of London Hue #BA81BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.6%

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

R = 36.9%
G = 25.6%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA81BD (or 0xBA81BD) is known color: London Hue. HEX triplet: BA, 81 and BD. RGB value is (186,129,189). Sum of RGB (Red+Green+Blue) = 186+129+189=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81BD is #457E42. Grayscale: #989898. Windows color (decimal): -4554307 or 12419514. OLE color: 12419514.

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

Color convert

RGB 186 129 189 -
CMYK 0.02 0.32 0 0.26
HSL 297º 0.31% 0.62% -
HSV(B) 297º 0.32% 0.74% -
XYZ 37.29 29.81 51.93 -
YUV 152.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 186 129 189 0.02 0.32 0 0.26 297 0.31 0.62
Hex BA 81 BD 2 20 0 1A 129 1F 3E
Octal 272 201 275 2 40 0 32 451 37 76
Binary 10111010 10000001 10111101 10 100000 0 11010 100101001 11111 111110

Color Harmonies of #BA81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA81BD

Black with #BA81BD

Text Example


Text Example

White with #BA81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA81BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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