#BA42F4

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

Shades of Medium Orchid #BA42F4

Tints of Medium Orchid #BA42F4

Color information

#BA42F4 (or 0xBA42F4) is unknown color: approx Medium Orchid. HEX triplet: BA, 42 and F4. RGB value is (186,66,244). Sum of RGB (Red+Green+Blue) = 186+66+244=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA42F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42F4 is #45BD0B. Grayscale: #797979. Windows color (decimal): -4570380 or 16007866. OLE color: 16007866.

HSL color Cylindrical-coordinate representation of color #BA42F4: hue angle of 280.45º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA42F4 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18666244-
CMYK0.240.7300.04
HSL280.45º89%60.78%-
HSV(B)280.45º72.95%95.69%-
XYZ38.5320.8787.59-
YUV122.17196.76173.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 66 (26.17% from 255) = 13.31%
BLUE value IS 244 (95.70% from 255) = 49.19%
R=37.5%
G=13.31%
B=49.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186662440.240.7300.04280.458960.78
HexBA42F4184904118593d
Octal272102364301110443013175
Binary1011101010000101111010011000100100101001000110001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA42F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA42F4; }

 p { color: rgb(186,66,244); }

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

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

 a { background-color: rgb(186,66,244); }

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

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

 span { border-color: rgb(186,66,244); }

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