#BA308B

Color #BA308B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BA308B

Tints of Medium Red Violet #BA308B

Color information

#BA308B (or 0xBA308B) is unknown color: approx Medium Red Violet. HEX triplet: BA, 30 and 8B. RGB value is (186,48,139). Sum of RGB (Red+Green+Blue) = 186+48+139=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA308B is #45CF74. Grayscale: #636363. Windows color (decimal): -4575093 or 9121978. OLE color: 9121978.

HSL color Cylindrical-coordinate representation of color #BA308B: hue angle of 320.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA308B is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18648139-
CMYK00.740.250.27
HSL320.43º58.97%45.88%-
HSV(B)320.43º74.19%72.94%-
XYZ25.9714.4225.84-
YUV99.64150.22189.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 48 (19.14% from 255) = 12.87%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=49.87%
G=12.87%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864813900.740.250.27320.4358.9745.88
HexBA308B04A191B1403b2e
Octal27260213011231335007356
Binary1011101011000010001011010010101100111011101000000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA308B; }

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

 H1.HeaderClassName
 {
   color: #BA308B;
 }
 .AnyTagClassName
 {
   color: #BA308B;
 }
</style>
background-color css

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

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

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

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

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

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