#BA67EA

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

Shades of Medium Orchid #BA67EA

Tints of Medium Orchid #BA67EA

Color information

#BA67EA (or 0xBA67EA) is unknown color: approx Medium Orchid. HEX triplet: BA, 67 and EA. RGB value is (186,103,234). Sum of RGB (Red+Green+Blue) = 186+103+234=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA67EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67EA is #459815. Grayscale: #8E8E8E. Windows color (decimal): -4560918 or 15361978. OLE color: 15361978.

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

Color convert

RGB186103234-
CMYK0.210.5600.08
HSL278.02º75.72%66.08%-
HSV(B)278.02º55.98%91.76%-
XYZ39.9526.0880.77-
YUV142.75179.5158.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 103 (40.62% from 255) = 19.69%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=35.56%
G=19.69%
B=44.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861032340.210.5600.08278.0275.7266.08
HexBA67EA1538081164c42
Octal2721473522570010426114102
Binary10111010110011111101010101011110000100010001011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67EA; }

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

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

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

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

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

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

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

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