Html Css Color HEX #BA61A5 Violet Blue

📋 copy color: '#BA61A5'

red 186 ◦ green 97 ◦ blue 165

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

Shades of Violet Blue #BA61A5

Tints of Violet Blue #BA61A5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.65%

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

R = 41.52%
G = 21.65%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA61A5 (or 0xBA61A5) is known color: Violet Blue. HEX triplet: BA, 61 and A5. RGB value is (186,97,165). Sum of RGB (Red+Green+Blue) = 186+97+165=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61A5 is #459E5A. Grayscale: #838383. Windows color (decimal): -4562523 or 10838458. OLE color: 10838458.

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

Color convert

RGB 186 97 165 -
CMYK 0 0.48 0.11 0.27
HSL 314.16º 0.39% 0.55% -
HSV(B) 314.16º 0.48% 0.73% -
XYZ 31.32 21.71 38.14 -
YUV 131.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 186 97 165 0 0.48 0.11 0.27 314.16 0.39 0.55
Hex BA 61 A5 0 30 B 1B 13A 27 37
Octal 272 141 245 0 60 13 33 472 47 67
Binary 10111010 1100001 10100101 0 110000 1011 11011 100111010 100111 110111

Color Harmonies of #BA61A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61A5

Black with #BA61A5

Text Example


Text Example

White with #BA61A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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