#BA65F1

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

Shades of Medium Orchid #BA65F1

Tints of Medium Orchid #BA65F1

Color information

#BA65F1 (or 0xBA65F1) is unknown color: approx Medium Orchid. HEX triplet: BA, 65 and F1. RGB value is (186,101,241). Sum of RGB (Red+Green+Blue) = 186+101+241=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65F1 is #459A0E. Grayscale: #8D8D8D. Windows color (decimal): -4561423 or 15820218. OLE color: 15820218.

HSL color Cylindrical-coordinate representation of color #BA65F1: hue angle of 276.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA65F1 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186101241-
CMYK0.230.5800.05
HSL276.43º83.33%67.06%-
HSV(B)276.43º58.09%94.51%-
XYZ40.7826.186.11-
YUV142.38183.66159.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 101 (39.84% from 255) = 19.13%
BLUE value IS 241 (94.53% from 255) = 45.64%
R=35.23%
G=19.13%
B=45.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861012410.230.5800.05276.4383.3367.06
HexBA65F1173A051145343
Octal272145361277205424123103
Binary1011101011001011111000110111111010010110001010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65F1; }

 p { color: rgb(186,101,241); }

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

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

 a { background-color: rgb(186,101,241); }

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

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

 span { border-color: rgb(186,101,241); }

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