Html Css Color HEX #BA5DA7 Violet Blue

📋 copy color: '#BA5DA7'

red 186 ◦ green 93 ◦ blue 167

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

Shades of Violet Blue #BA5DA7

Tints of Violet Blue #BA5DA7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.85%

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

R = 41.7%
G = 20.85%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA5DA7 (or 0xBA5DA7) is known color: Violet Blue. HEX triplet: BA, 5D and A7. RGB value is (186,93,167). Sum of RGB (Red+Green+Blue) = 186+93+167=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5DA7 is #45A258. Grayscale: #818181. Windows color (decimal): -4563545 or 10968506. OLE color: 10968506.

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

Color convert

RGB 186 93 167 -
CMYK 0 0.5 0.10 0.27
HSL 312.26º 0.4% 0.55% -
HSV(B) 312.26º 0.5% 0.73% -
XYZ 31.14 21.06 38.98 -
YUV 129.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 186 93 167 0 0.5 0.10 0.27 312.26 0.4 0.55
Hex BA 5D A7 0 32 A 1B 138 28 37
Octal 272 135 247 0 62 12 33 470 50 67
Binary 10111010 1011101 10100111 0 110010 1010 11011 100111000 101000 110111

Color Harmonies of #BA5DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DA7

Black with #BA5DA7

Text Example


Text Example

White with #BA5DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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