#BA65C7

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

Shades of Medium Orchid #BA65C7

Tints of Medium Orchid #BA65C7

Color information

#BA65C7 (or 0xBA65C7) is unknown color: approx Medium Orchid. HEX triplet: BA, 65 and C7. RGB value is (186,101,199). Sum of RGB (Red+Green+Blue) = 186+101+199=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA65C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65C7 is #459A38. Grayscale: #898989. Windows color (decimal): -4561465 or 13067706. OLE color: 13067706.

HSL color Cylindrical-coordinate representation of color #BA65C7: hue angle of 292.04º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA65C7 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186101199-
CMYK0.070.4900.22
HSL292.04º46.67%58.82%-
HSV(B)292.04º49.25%78.04%-
XYZ35.2123.8756.78-
YUV137.59162.66162.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 101 (39.84% from 255) = 20.78%
BLUE value IS 199 (78.12% from 255) = 40.95%
R=38.27%
G=20.78%
B=40.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861011990.070.4900.22292.0446.6758.82
HexBA65C77310161242f3b
Octal2721453077610264445773
Binary10111010110010111000111111110001010110100100100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65C7; }

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

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

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

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

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

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

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

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