Html Css Color HEX #BA26A5 Medium Red Violet

📋 copy color: '#BA26A5'

red 186 ◦ green 38 ◦ blue 165

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

Shades of Medium Red Violet #BA26A5

Tints of Medium Red Violet #BA26A5

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.77%

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

R = 47.81%
G = 9.77%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA26A5 (or 0xBA26A5) is known color: Medium Red Violet. HEX triplet: BA, 26 and A5. RGB value is (186,38,165). Sum of RGB (Red+Green+Blue) = 186+38+165=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA26A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA26A5 is #45D95A. Grayscale: #606060. Windows color (decimal): -4577627 or 10823354. OLE color: 10823354.

HSL color Cylindrical-coordinate representation of color #BA26A5: hue angle of 308.51º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA26A5 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 165 -
CMYK 0 0.80 0.11 0.27
HSL 308.51º 0.66% 0.44% -
HSV(B) 308.51º 0.8% 0.73% -
XYZ 27.73 14.54 36.94 -
YUV 96.73 166.53 191.67 -
System Red Green Blue C M Y K H S L
Decimal 186 38 165 0 0.80 0.11 0.27 308.51 0.66 0.44
Hex BA 26 A5 0 50 B 1B 135 42 2C
Octal 272 46 245 0 120 13 33 465 102 54
Binary 10111010 100110 10100101 0 1010000 1011 11011 100110101 1000010 101100

Color Harmonies of #BA26A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26A5

Black with #BA26A5

Text Example


Text Example

White with #BA26A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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