#BA67EE

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

Shades of Medium Orchid #BA67EE

Tints of Medium Orchid #BA67EE

Color information

#BA67EE (or 0xBA67EE) is unknown color: approx Medium Orchid. HEX triplet: BA, 67 and EE. RGB value is (186,103,238). Sum of RGB (Red+Green+Blue) = 186+103+238=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA67EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67EE is #459811. Grayscale: #8E8E8E. Windows color (decimal): -4560914 or 15624122. OLE color: 15624122.

HSL color Cylindrical-coordinate representation of color #BA67EE: hue angle of 276.89º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA67EE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186103238-
CMYK0.220.5700.07
HSL276.89º79.88%66.86%-
HSV(B)276.89º56.72%93.33%-
XYZ40.5326.3183.83-
YUV143.21181.5158.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 103 (40.62% from 255) = 19.54%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=35.29%
G=19.54%
B=45.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861032380.220.5700.07276.8979.8866.86
HexBA67EE1639071155043
Octal272147356267107425120103
Binary1011101011001111110111010110111001011110001010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67EE; }

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

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

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

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

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

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

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

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