Html Css Color HEX #BA256A Medium Red Violet

📋 copy color: '#BA256A'

red 186 ◦ green 37 ◦ blue 106

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

Shades of Medium Red Violet #BA256A

Tints of Medium Red Violet #BA256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 56.53%
G = 11.25%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA256A (or 0xBA256A) is known color: Medium Red Violet. HEX triplet: BA, 25 and 6A. RGB value is (186,37,106). Sum of RGB (Red+Green+Blue) = 186+37+106=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA256A is #45DA95. Grayscale: #595959. Windows color (decimal): -4577942 or 6956474. OLE color: 6956474.

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

Color convert

RGB 186 37 106 -
CMYK 0 0.80 0.43 0.27
HSL 332.21º 0.67% 0.44% -
HSV(B) 332.21º 0.8% 0.73% -
XYZ 23.51 12.8 14.87 -
YUV 89.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 186 37 106 0 0.80 0.43 0.27 332.21 0.67 0.44
Hex BA 25 6A 0 50 2B 1B 14C 43 2C
Octal 272 45 152 0 120 53 33 514 103 54
Binary 10111010 100101 1101010 0 1010000 101011 11011 101001100 1000011 101100

Color Harmonies of #BA256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA256A

Black with #BA256A

Text Example


Text Example

White with #BA256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA256A; }

 p { color: rgb(186,37,106); }

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

background-color css

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

 a { background-color: rgb(186,37,106); }

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

border-color css

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

 span { border-color: rgb(186,37,106); }

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