#BA65CE

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

Shades of Medium Orchid #BA65CE

Tints of Medium Orchid #BA65CE

Color information

#BA65CE (or 0xBA65CE) is unknown color: approx Medium Orchid. HEX triplet: BA, 65 and CE. RGB value is (186,101,206). Sum of RGB (Red+Green+Blue) = 186+101+206=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65CE is #459A31. Grayscale: #8A8A8A. Windows color (decimal): -4561458 or 13526458. OLE color: 13526458.

HSL color Cylindrical-coordinate representation of color #BA65CE: hue angle of 288.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA65CE is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186101206-
CMYK0.100.5100.19
HSL288.57º51.72%60.2%-
HSV(B)288.57º50.97%80.78%-
XYZ36.0424.261.16-
YUV138.38166.16161.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=37.73%
G=20.49%
B=41.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861012060.100.5100.19288.5751.7260.2
HexBA65CEA33013121343c
Octal27214531612630234416474
Binary101110101100101110011101010110011010011100100001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65CE; }

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

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

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

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

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

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

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

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