Html Css Color HEX #BA5AA5 Violet Blue

📋 copy color: '#BA5AA5'

red 186 ◦ green 90 ◦ blue 165

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

Shades of Violet Blue #BA5AA5

Tints of Violet Blue #BA5AA5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.41%

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 42.18%
G = 20.41%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA5AA5 (or 0xBA5AA5) is known color: Violet Blue. HEX triplet: BA, 5A and A5. RGB value is (186,90,165). Sum of RGB (Red+Green+Blue) = 186+90+165=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5AA5 is #45A55A. Grayscale: #7F7F7F. Windows color (decimal): -4564315 or 10836666. OLE color: 10836666.

HSL color Cylindrical-coordinate representation of color #BA5AA5: hue angle of 313.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5AA5 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 90 165 -
CMYK 0 0.52 0.11 0.27
HSL 313.13º 0.41% 0.54% -
HSV(B) 313.13º 0.52% 0.73% -
XYZ 30.7 20.47 37.93 -
YUV 127.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 186 90 165 0 0.52 0.11 0.27 313.13 0.41 0.54
Hex BA 5A A5 0 34 B 1B 139 29 36
Octal 272 132 245 0 64 13 33 471 51 66
Binary 10111010 1011010 10100101 0 110100 1011 11011 100111001 101001 110110

Color Harmonies of #BA5AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AA5

Black with #BA5AA5

Text Example


Text Example

White with #BA5AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AA5; }

 p { color: rgb(186,90,165); }

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

background-color css

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

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

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

border-color css

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

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

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