#BA69EA

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

Shades of Medium Orchid #BA69EA

Tints of Medium Orchid #BA69EA

Color information

#BA69EA (or 0xBA69EA) is unknown color: approx Medium Orchid. HEX triplet: BA, 69 and EA. RGB value is (186,105,234). Sum of RGB (Red+Green+Blue) = 186+105+234=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA69EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69EA is #459615. Grayscale: #8F8F8F. Windows color (decimal): -4560406 or 15362490. OLE color: 15362490.

HSL color Cylindrical-coordinate representation of color #BA69EA: hue angle of 277.67º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA69EA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186105234-
CMYK0.210.5500.08
HSL277.67º75.44%66.47%-
HSV(B)277.67º55.13%91.76%-
XYZ40.1526.4880.84-
YUV143.93178.84158.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=35.43%
G=20%
B=44.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861052340.210.5500.08277.6775.4466.47
HexBA69EA1537081164b42
Octal2721513522567010426113102
Binary10111010110100111101010101011101110100010001011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69EA; }

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

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

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

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

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

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

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

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