#BA4CFE

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

Shades of Medium Orchid #BA4CFE

Tints of Medium Orchid #BA4CFE

Color information

#BA4CFE (or 0xBA4CFE) is unknown color: approx Medium Orchid. HEX triplet: BA, 4C and FE. RGB value is (186,76,254). Sum of RGB (Red+Green+Blue) = 186+76+254=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA4CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CFE is #45B301. Grayscale: #808080. Windows color (decimal): -4567810 or 16665786. OLE color: 16665786.

HSL color Cylindrical-coordinate representation of color #BA4CFE: hue angle of 277.08º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4CFE is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18676254-
CMYK0.270.7000.00
HSL277.08º98.89%64.71%-
HSV(B)277.08º70.08%99.61%-
XYZ40.7222.7696.01-
YUV129.18198.44168.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 76 (30.08% from 255) = 14.73%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=36.05%
G=14.73%
B=49.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal186762540.270.7000.00277.0898.8964.71
HexBA4CFE1B46001156341
Octal2721143763310600425143101
Binary101110101001100111111101101110001100010001010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4CFE; }

 p { color: rgb(186,76,254); }

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

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

 a { background-color: rgb(186,76,254); }

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

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

 span { border-color: rgb(186,76,254); }

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