Html Css Color HEX #BA26A8 Medium Red Violet

📋 copy color: '#BA26A8'

red 186 ◦ green 38 ◦ blue 168

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

Shades of Medium Red Violet #BA26A8

Tints of Medium Red Violet #BA26A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.86%

R = 47.45%
G = 9.69%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA26A8 (or 0xBA26A8) is known color: Medium Red Violet. HEX triplet: BA, 26 and A8. RGB value is (186,38,168). Sum of RGB (Red+Green+Blue) = 186+38+168=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA26A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA26A8 is #45D957. Grayscale: #606060. Windows color (decimal): -4577624 or 11019962. OLE color: 11019962.

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

Color convert

RGB 186 38 168 -
CMYK 0 0.80 0.10 0.27
HSL 307.3º 0.66% 0.44% -
HSV(B) 307.3º 0.8% 0.73% -
XYZ 28.01 14.65 38.4 -
YUV 97.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 186 38 168 0 0.80 0.10 0.27 307.3 0.66 0.44
Hex BA 26 A8 0 50 A 1B 133 42 2C
Octal 272 46 250 0 120 12 33 463 102 54
Binary 10111010 100110 10101000 0 1010000 1010 11011 100110011 1000010 101100

Color Harmonies of #BA26A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA26A8

Black with #BA26A8

Text Example


Text Example

White with #BA26A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA26A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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