Html Css Color HEX #BA268D Medium Red Violet

📋 copy color: '#BA268D'

red 186 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #BA268D

Tints of Medium Red Violet #BA268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 50.96%
G = 10.41%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA268D (or 0xBA268D) is known color: Medium Red Violet. HEX triplet: BA, 26 and 8D. RGB value is (186,38,141). Sum of RGB (Red+Green+Blue) = 186+38+141=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA268D is #45D972. Grayscale: #5D5D5D. Windows color (decimal): -4577651 or 9250490. OLE color: 9250490.

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

Color convert

RGB 186 38 141 -
CMYK 0 0.80 0.24 0.27
HSL 318.24º 0.66% 0.44% -
HSV(B) 318.24º 0.8% 0.73% -
XYZ 25.75 13.75 26.5 -
YUV 93.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 186 38 141 0 0.80 0.24 0.27 318.24 0.66 0.44
Hex BA 26 8D 0 50 18 1B 13E 42 2C
Octal 272 46 215 0 120 30 33 476 102 54
Binary 10111010 100110 10001101 0 1010000 11000 11011 100111110 1000010 101100

Color Harmonies of #BA268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA268D

Black with #BA268D

Text Example


Text Example

White with #BA268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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