Html Css Color HEX #BA58A5 Violet Blue

📋 copy color: '#BA58A5'

red 186 ◦ green 88 ◦ blue 165

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

Shades of Violet Blue #BA58A5

Tints of Violet Blue #BA58A5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.05%

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

R = 42.37%
G = 20.05%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA58A5 (or 0xBA58A5) is known color: Violet Blue. HEX triplet: BA, 58 and A5. RGB value is (186,88,165). Sum of RGB (Red+Green+Blue) = 186+88+165=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA58A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA58A5 is #45A75A. Grayscale: #7D7D7D. Windows color (decimal): -4564827 or 10836154. OLE color: 10836154.

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

Color convert

RGB 186 88 165 -
CMYK 0 0.53 0.11 0.27
HSL 312.86º 0.42% 0.54% -
HSV(B) 312.86º 0.53% 0.73% -
XYZ 30.53 20.14 37.87 -
YUV 126.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 186 88 165 0 0.53 0.11 0.27 312.86 0.42 0.54
Hex BA 58 A5 0 35 B 1B 139 2A 36
Octal 272 130 245 0 65 13 33 471 52 66
Binary 10111010 1011000 10100101 0 110101 1011 11011 100111001 101010 110110

Color Harmonies of #BA58A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58A5

Black with #BA58A5

Text Example


Text Example

White with #BA58A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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