Html Css Color HEX #BA0278 Medium Violet Red

📋 copy color: '#BA0278'

red 186 ◦ green 2 ◦ blue 120

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

Shades of Medium Violet Red #BA0278

Tints of Medium Violet Red #BA0278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 120 (47.27% from 255) = 38.96%

R = 60.39%
G = 0.65%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0278 (or 0xBA0278) is known color: Medium Violet Red. HEX triplet: BA, 02 and 78. RGB value is (186,2,120). Sum of RGB (Red+Green+Blue) = 186+2+120=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0278 is #45FD87. Grayscale: #464646. Windows color (decimal): -4586888 or 7865018. OLE color: 7865018.

HSL color Cylindrical-coordinate representation of color #BA0278: hue angle of 321.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0278 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 2 120 -
CMYK 0 0.99 0.35 0.27
HSL 321.52º 0.98% 0.37% -
HSV(B) 321.52º 0.99% 0.73% -
XYZ 23.66 11.84 18.81 -
YUV 70.47 155.96 210.41 -
System Red Green Blue C M Y K H S L
Decimal 186 2 120 0 0.99 0.35 0.27 321.52 0.98 0.37
Hex BA 2 78 0 63 23 1B 142 62 25
Octal 272 2 170 0 143 43 33 502 142 45
Binary 10111010 10 1111000 0 1100011 100011 11011 101000010 1100010 100101

Color Harmonies of #BA0278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0278

Black with #BA0278

Text Example


Text Example

White with #BA0278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0278; }

 p { color: rgb(186,2,120); }

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

background-color css

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

 a { background-color: rgb(186,2,120); }

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

border-color css

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

 span { border-color: rgb(186,2,120); }

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