#BA45EB

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

Shades of Medium Orchid #BA45EB

Tints of Medium Orchid #BA45EB

Color information

#BA45EB (or 0xBA45EB) is unknown color: approx Medium Orchid. HEX triplet: BA, 45 and EB. RGB value is (186,69,235). Sum of RGB (Red+Green+Blue) = 186+69+235=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA45EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA45EB is #45BA14. Grayscale: #7A7A7A. Windows color (decimal): -4569621 or 15418810. OLE color: 15418810.

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

Color convert

RGB18669235-
CMYK0.210.7100.08
HSL282.29º80.58%59.61%-
HSV(B)282.29º70.64%92.16%-
XYZ37.3720.6980.62-
YUV122.91191.26173-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 69 (27.34% from 255) = 14.08%
BLUE value IS 235 (92.19% from 255) = 47.96%
R=37.96%
G=14.08%
B=47.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal186692350.210.7100.08282.2980.5859.61
HexBA45EB15470811a513c
Octal2721053532510701043212174
Binary10111010100010111101011101011000111010001000110101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA45EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA45EB; }

 p { color: rgb(186,69,235); }

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

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

 a { background-color: rgb(186,69,235); }

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

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

 span { border-color: rgb(186,69,235); }

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