Html Css Color HEX #BA5EA7 Violet Blue

📋 copy color: '#BA5EA7'

red 186 ◦ green 94 ◦ blue 167

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

Shades of Violet Blue #BA5EA7

Tints of Violet Blue #BA5EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.36%

R = 41.61%
G = 21.03%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA5EA7 (or 0xBA5EA7) is known color: Violet Blue. HEX triplet: BA, 5E and A7. RGB value is (186,94,167). Sum of RGB (Red+Green+Blue) = 186+94+167=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EA7 is #45A158. Grayscale: #818181. Windows color (decimal): -4563289 or 10968762. OLE color: 10968762.

HSL color Cylindrical-coordinate representation of color #BA5EA7: hue angle of 312.39º 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 #BA5EA7 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 167 -
CMYK 0 0.49 0.10 0.27
HSL 312.39º 0.4% 0.55% -
HSV(B) 312.39º 0.49% 0.73% -
XYZ 31.23 21.23 39.01 -
YUV 129.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 186 94 167 0 0.49 0.10 0.27 312.39 0.4 0.55
Hex BA 5E A7 0 31 A 1B 138 28 37
Octal 272 136 247 0 61 12 33 470 50 67
Binary 10111010 1011110 10100111 0 110001 1010 11011 100111000 101000 110111

Color Harmonies of #BA5EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EA7

Black with #BA5EA7

Text Example


Text Example

White with #BA5EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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