Html Css Color HEX #BA306E Medium Red Violet

📋 copy color: '#BA306E'

red 186 ◦ green 48 ◦ blue 110

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

Shades of Medium Red Violet #BA306E

Tints of Medium Red Violet #BA306E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 54.07%
G = 13.95%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA306E (or 0xBA306E) is known color: Medium Red Violet. HEX triplet: BA, 30 and 6E. RGB value is (186,48,110). Sum of RGB (Red+Green+Blue) = 186+48+110=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA306E is #45CF91. Grayscale: #606060. Windows color (decimal): -4575122 or 7221434. OLE color: 7221434.

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

Color convert

RGB 186 48 110 -
CMYK 0 0.74 0.41 0.27
HSL 333.04º 0.59% 0.46% -
HSV(B) 333.04º 0.74% 0.73% -
XYZ 24.12 13.68 16.12 -
YUV 96.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 186 48 110 0 0.74 0.41 0.27 333.04 0.59 0.46
Hex BA 30 6E 0 4A 29 1B 14D 3B 2E
Octal 272 60 156 0 112 51 33 515 73 56
Binary 10111010 110000 1101110 0 1001010 101001 11011 101001101 111011 101110

Color Harmonies of #BA306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA306E

Black with #BA306E

Text Example


Text Example

White with #BA306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA306E; }

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

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

background-color css

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

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

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

border-color css

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

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

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