Html Css Color HEX #BA26A6 Medium Red Violet

📋 copy color: '#BA26A6'

red 186 ◦ green 38 ◦ blue 166

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

Shades of Medium Red Violet #BA26A6

Tints of Medium Red Violet #BA26A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.56%

R = 47.69%
G = 9.74%
B = 42.56%

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

#BA26A6 (or 0xBA26A6) is known color: Medium Red Violet. HEX triplet: BA, 26 and A6. RGB value is (186,38,166). Sum of RGB (Red+Green+Blue) = 186+38+166=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA26A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA26A6 is #45D959. Grayscale: #606060. Windows color (decimal): -4577626 or 10888890. OLE color: 10888890.

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

Color convert

RGB 186 38 166 -
CMYK 0 0.80 0.11 0.27
HSL 308.11º 0.66% 0.44% -
HSV(B) 308.11º 0.8% 0.73% -
XYZ 27.83 14.58 37.42 -
YUV 96.84 167.03 191.59 -
System Red Green Blue C M Y K H S L
Decimal 186 38 166 0 0.80 0.11 0.27 308.11 0.66 0.44
Hex BA 26 A6 0 50 B 1B 134 42 2C
Octal 272 46 246 0 120 13 33 464 102 54
Binary 10111010 100110 10100110 0 1010000 1011 11011 100110100 1000010 101100

Color Harmonies of #BA26A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26A6

Black with #BA26A6

Text Example


Text Example

White with #BA26A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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