#BA67EC

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

Shades of Medium Orchid #BA67EC

Tints of Medium Orchid #BA67EC

Color information

#BA67EC (or 0xBA67EC) is unknown color: approx Medium Orchid. HEX triplet: BA, 67 and EC. RGB value is (186,103,236). Sum of RGB (Red+Green+Blue) = 186+103+236=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA67EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67EC is #459813. Grayscale: #8E8E8E. Windows color (decimal): -4560916 or 15493050. OLE color: 15493050.

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

Color convert

RGB186103236-
CMYK0.210.5600.07
HSL277.44º77.78%66.47%-
HSV(B)277.44º56.36%92.55%-
XYZ40.2426.282.29-
YUV142.98180.5158.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 103 (40.62% from 255) = 19.62%
BLUE value IS 236 (92.58% from 255) = 44.95%
R=35.43%
G=19.62%
B=44.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861032360.210.5600.07277.4477.7866.47
HexBA67EC1538071154e42
Octal272147354257007425116102
Binary1011101011001111110110010101111000011110001010110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67EC; }

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

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

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

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

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

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

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

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