Html Css Color HEX #BA007E Medium Violet Red

📋 copy color: '#BA007E'

red 186 ◦ green 0 ◦ blue 126

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

Shades of Medium Violet Red #BA007E

Tints of Medium Violet Red #BA007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 126 (49.61% from 255) = 40.38%

R = 59.62%
G = 0%
B = 40.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA007E (or 0xBA007E) is known color: Medium Violet Red. HEX triplet: BA, 00 and 7E. RGB value is (186,0,126). Sum of RGB (Red+Green+Blue) = 186+0+126=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA007E is #45FF81. Grayscale: #454545. Windows color (decimal): -4587394 or 8257722. OLE color: 8257722.

HSL color Cylindrical-coordinate representation of color #BA007E: hue angle of 319.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA007E is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 126 -
CMYK 0 1 0.32 0.27
HSL 319.35º 1% 0.36% -
HSV(B) 319.35º 1% 0.73% -
XYZ 24.02 11.95 20.78 -
YUV 69.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 186 0 126 0 1 0.32 0.27 319.35 1 0.36
Hex BA 0 7E 0 64 20 1B 13F 64 24
Octal 272 0 176 0 144 40 33 477 144 44
Binary 10111010 0 1111110 0 1100100 100000 11011 100111111 1100100 100100

Color Harmonies of #BA007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA007E

Black with #BA007E

Text Example


Text Example

White with #BA007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA007E; }

 p { color: rgb(186,0,126); }

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

background-color css

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

 a { background-color: rgb(186,0,126); }

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

border-color css

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

 span { border-color: rgb(186,0,126); }

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