Html Css Color HEX #BA5EA2 Violet Blue

📋 copy color: '#BA5EA2'

red 186 ◦ green 94 ◦ blue 162

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

Shades of Violet Blue #BA5EA2

Tints of Violet Blue #BA5EA2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.27%

 BLUE value IS 162 (63.67% from 255) = 36.65%

R = 42.08%
G = 21.27%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA5EA2 (or 0xBA5EA2) is known color: Violet Blue. HEX triplet: BA, 5E and A2. RGB value is (186,94,162). Sum of RGB (Red+Green+Blue) = 186+94+162=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EA2 is #45A15D. Grayscale: #818181. Windows color (decimal): -4563294 or 10641082. OLE color: 10641082.

HSL color Cylindrical-coordinate representation of color #BA5EA2: hue angle of 315.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5EA2 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 162 -
CMYK 0 0.49 0.13 0.27
HSL 315.65º 0.4% 0.55% -
HSV(B) 315.65º 0.49% 0.73% -
XYZ 30.77 21.05 36.62 -
YUV 129.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 186 94 162 0 0.49 0.13 0.27 315.65 0.4 0.55
Hex BA 5E A2 0 31 D 1B 13C 28 37
Octal 272 136 242 0 61 15 33 474 50 67
Binary 10111010 1011110 10100010 0 110001 1101 11011 100111100 101000 110111

Color Harmonies of #BA5EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EA2

Black with #BA5EA2

Text Example


Text Example

White with #BA5EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EA2; }

 p { color: rgb(186,94,162); }

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

background-color css

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

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

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

border-color css

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

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

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