Html Css Color HEX #BA257B Medium Red Violet

📋 copy color: '#BA257B'

red 186 ◦ green 37 ◦ blue 123

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

Shades of Medium Red Violet #BA257B

Tints of Medium Red Violet #BA257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 53.76%
G = 10.69%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA257B (or 0xBA257B) is known color: Medium Red Violet. HEX triplet: BA, 25 and 7B. RGB value is (186,37,123). Sum of RGB (Red+Green+Blue) = 186+37+123=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA257B is #45DA84. Grayscale: #5B5B5B. Windows color (decimal): -4577925 or 8070586. OLE color: 8070586.

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

Color convert

RGB 186 37 123 -
CMYK 0 0.80 0.34 0.27
HSL 325.37º 0.67% 0.44% -
HSV(B) 325.37º 0.8% 0.73% -
XYZ 24.49 13.19 19.99 -
YUV 91.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 186 37 123 0 0.80 0.34 0.27 325.37 0.67 0.44
Hex BA 25 7B 0 50 22 1B 145 43 2C
Octal 272 45 173 0 120 42 33 505 103 54
Binary 10111010 100101 1111011 0 1010000 100010 11011 101000101 1000011 101100

Color Harmonies of #BA257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA257B

Black with #BA257B

Text Example


Text Example

White with #BA257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA257B; }

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

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

background-color css

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

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

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

border-color css

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

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

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