Html Css Color HEX #BA2688 Medium Red Violet

📋 copy color: '#BA2688'

red 186 ◦ green 38 ◦ blue 136

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

Shades of Medium Red Violet #BA2688

Tints of Medium Red Violet #BA2688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 51.67%
G = 10.56%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA2688 (or 0xBA2688) is known color: Medium Red Violet. HEX triplet: BA, 26 and 88. RGB value is (186,38,136). Sum of RGB (Red+Green+Blue) = 186+38+136=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2688 is #45D977. Grayscale: #5D5D5D. Windows color (decimal): -4577656 or 8922810. OLE color: 8922810.

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

Color convert

RGB 186 38 136 -
CMYK 0 0.80 0.27 0.27
HSL 320.27º 0.66% 0.44% -
HSV(B) 320.27º 0.8% 0.73% -
XYZ 25.39 13.6 24.58 -
YUV 93.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 186 38 136 0 0.80 0.27 0.27 320.27 0.66 0.44
Hex BA 26 88 0 50 1B 1B 140 42 2C
Octal 272 46 210 0 120 33 33 500 102 54
Binary 10111010 100110 10001000 0 1010000 11011 11011 101000000 1000010 101100

Color Harmonies of #BA2688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2688

Black with #BA2688

Text Example


Text Example

White with #BA2688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2688; }

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

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

background-color css

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

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

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

border-color css

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

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

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