Html Css Color HEX #BA7BBA London Hue

📋 copy color: '#BA7BBA'

red 186 ◦ green 123 ◦ blue 186

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

Shades of London Hue #BA7BBA

Tints of London Hue #BA7BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.85%

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

R = 37.58%
G = 24.85%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA7BBA (or 0xBA7BBA) is known color: London Hue. HEX triplet: BA, 7B and BA. RGB value is (186,123,186). Sum of RGB (Red+Green+Blue) = 186+123+186=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BBA is #458445. Grayscale: #949494. Windows color (decimal): -4555846 or 12221370. OLE color: 12221370.

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

Color convert

RGB 186 123 186 -
CMYK 0 0.34 0 0.27
HSL 300º 0.31% 0.61% -
HSV(B) 300º 0.34% 0.73% -
XYZ 36.2 28.15 49.98 -
YUV 149.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 186 123 186 0 0.34 0 0.27 300 0.31 0.61
Hex BA 7B BA 0 22 0 1B 12C 1F 3D
Octal 272 173 272 0 42 0 33 454 37 75
Binary 10111010 1111011 10111010 0 100010 0 11011 100101100 11111 111101

Color Harmonies of #BA7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BBA

Black with #BA7BBA

Text Example


Text Example

White with #BA7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BBA; }

 p { color: rgb(186,123,186); }

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

background-color css

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

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

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

border-color css

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

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

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