#BA69CA

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

Shades of Medium Orchid #BA69CA

Tints of Medium Orchid #BA69CA

Color information

#BA69CA (or 0xBA69CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 69 and CA. RGB value is (186,105,202). Sum of RGB (Red+Green+Blue) = 186+105+202=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA69CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69CA is #459635. Grayscale: #8B8B8B. Windows color (decimal): -4560438 or 13265338. OLE color: 13265338.

HSL color Cylindrical-coordinate representation of color #BA69CA: hue angle of 290.1º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA69CA is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186105202-
CMYK0.080.4800.21
HSL290.1º47.78%60.2%-
HSV(B)290.1º48.02%79.22%-
XYZ35.9624.8158.77-
YUV140.28162.84160.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=37.73%
G=21.30%
B=40.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861052020.080.4800.21290.147.7860.2
HexBA69CA830015122303c
Octal27215131210600254426074
Binary101110101101001110010101000110000010101100100010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69CA; }

 p { color: rgb(186,105,202); }

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

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

 a { background-color: rgb(186,105,202); }

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

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

 span { border-color: rgb(186,105,202); }

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