Html Css Color HEX #BA63A9 Violet Blue

📋 copy color: '#BA63A9'

red 186 ◦ green 99 ◦ blue 169

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

Shades of Violet Blue #BA63A9

Tints of Violet Blue #BA63A9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.81%

 BLUE value IS 169 (66.41% from 255) = 37.22%

R = 40.97%
G = 21.81%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA63A9 (or 0xBA63A9) is known color: Violet Blue. HEX triplet: BA, 63 and A9. RGB value is (186,99,169). Sum of RGB (Red+Green+Blue) = 186+99+169=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63A9 is #459C56. Grayscale: #848484. Windows color (decimal): -4562007 or 11101114. OLE color: 11101114.

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

Color convert

RGB 186 99 169 -
CMYK 0 0.47 0.09 0.27
HSL 311.72º 0.39% 0.56% -
HSV(B) 311.72º 0.47% 0.73% -
XYZ 31.87 22.23 40.15 -
YUV 132.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 186 99 169 0 0.47 0.09 0.27 311.72 0.39 0.56
Hex BA 63 A9 0 2F 9 1B 138 27 38
Octal 272 143 251 0 57 11 33 470 47 70
Binary 10111010 1100011 10101001 0 101111 1001 11011 100111000 100111 111000

Color Harmonies of #BA63A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63A9

Black with #BA63A9

Text Example


Text Example

White with #BA63A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63A9; }

 p { color: rgb(186,99,169); }

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

background-color css

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

 a { background-color: rgb(186,99,169); }

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

border-color css

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

 span { border-color: rgb(186,99,169); }

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