Html Css Color HEX #BA258B Medium Red Violet

📋 copy color: '#BA258B'

red 186 ◦ green 37 ◦ blue 139

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

Shades of Medium Red Violet #BA258B

Tints of Medium Red Violet #BA258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.4%

R = 51.38%
G = 10.22%
B = 38.4%

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

#BA258B (or 0xBA258B) is known color: Medium Red Violet. HEX triplet: BA, 25 and 8B. RGB value is (186,37,139). Sum of RGB (Red+Green+Blue) = 186+37+139=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA258B is #45DA74. Grayscale: #5C5C5C. Windows color (decimal): -4577909 or 9119162. OLE color: 9119162.

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

Color convert

RGB 186 37 139 -
CMYK 0 0.80 0.25 0.27
HSL 318.93º 0.67% 0.44% -
HSV(B) 318.93º 0.8% 0.73% -
XYZ 25.57 13.63 25.71 -
YUV 93.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 186 37 139 0 0.80 0.25 0.27 318.93 0.67 0.44
Hex BA 25 8B 0 50 19 1B 13F 43 2C
Octal 272 45 213 0 120 31 33 477 103 54
Binary 10111010 100101 10001011 0 1010000 11001 11011 100111111 1000011 101100

Color Harmonies of #BA258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA258B

Black with #BA258B

Text Example


Text Example

White with #BA258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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