#BA4FF4

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

Shades of Medium Orchid #BA4FF4

Tints of Medium Orchid #BA4FF4

Color information

#BA4FF4 (or 0xBA4FF4) is unknown color: approx Medium Orchid. HEX triplet: BA, 4F and F4. RGB value is (186,79,244). Sum of RGB (Red+Green+Blue) = 186+79+244=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA4FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FF4 is #45B00B. Grayscale: #818181. Windows color (decimal): -4567052 or 16011194. OLE color: 16011194.

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

Color convert

RGB18679244-
CMYK0.240.6800.04
HSL278.91º88.24%63.33%-
HSV(B)278.91º67.62%95.69%-
XYZ39.3722.5687.87-
YUV129.8192.45168.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 79 (31.25% from 255) = 15.52%
BLUE value IS 244 (95.70% from 255) = 47.94%
R=36.54%
G=15.52%
B=47.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186792440.240.6800.04278.9188.2463.33
HexBA4FF4184404117583f
Octal272117364301040442713077
Binary1011101010011111111010011000100010001001000101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4FF4; }

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

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

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

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

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

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

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

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