Html Css Color HEX #BA268C Medium Red Violet

📋 copy color: '#BA268C'

red 186 ◦ green 38 ◦ blue 140

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

Shades of Medium Red Violet #BA268C

Tints of Medium Red Violet #BA268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 51.1%
G = 10.44%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA268C (or 0xBA268C) is known color: Medium Red Violet. HEX triplet: BA, 26 and 8C. RGB value is (186,38,140). Sum of RGB (Red+Green+Blue) = 186+38+140=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA268C is #45D973. Grayscale: #5D5D5D. Windows color (decimal): -4577652 or 9184954. OLE color: 9184954.

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

Color convert

RGB 186 38 140 -
CMYK 0 0.80 0.25 0.27
HSL 318.65º 0.66% 0.44% -
HSV(B) 318.65º 0.8% 0.73% -
XYZ 25.68 13.72 26.11 -
YUV 93.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 186 38 140 0 0.80 0.25 0.27 318.65 0.66 0.44
Hex BA 26 8C 0 50 19 1B 13F 42 2C
Octal 272 46 214 0 120 31 33 477 102 54
Binary 10111010 100110 10001100 0 1010000 11001 11011 100111111 1000010 101100

Color Harmonies of #BA268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA268C

Black with #BA268C

Text Example


Text Example

White with #BA268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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