Html Css Color HEX #BA308B Medium Red Violet

📋 copy color: '#BA308B'

red 186 ◦ green 48 ◦ blue 139

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

Shades of Medium Red Violet #BA308B

Tints of Medium Red Violet #BA308B

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 value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA308B (or 0xBA308B) is known color: 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

RGB 186 48 139 -
CMYK 0 0.74 0.25 0.27
HSL 320.43º 0.59% 0.46% -
HSV(B) 320.43º 0.74% 0.73% -
XYZ 25.97 14.42 25.84 -
YUV 99.64 150.22 189.6 -
System Red Green Blue C M Y K H S L
Decimal 186 48 139 0 0.74 0.25 0.27 320.43 0.59 0.46
Hex BA 30 8B 0 4A 19 1B 140 3B 2E
Octal 272 60 213 0 112 31 33 500 73 56
Binary 10111010 110000 10001011 0 1001010 11001 11011 101000000 111011 101110

Color Harmonies of #BA308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA308B

Black with #BA308B

Text Example


Text Example

White with #BA308B

Text Example


Text Example

HTML Codes & Css Web 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>