#BA45D6

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

Shades of Medium Orchid #BA45D6

Tints of Medium Orchid #BA45D6

Color information

#BA45D6 (or 0xBA45D6) is unknown color: approx Medium Orchid. HEX triplet: BA, 45 and D6. RGB value is (186,69,214). Sum of RGB (Red+Green+Blue) = 186+69+214=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA45D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45D6 is #45BA29. Grayscale: #787878. Windows color (decimal): -4569642 or 14042554. OLE color: 14042554.

HSL color Cylindrical-coordinate representation of color #BA45D6: hue angle of 288.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA45D6 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18669214-
CMYK0.130.6800.16
HSL288.41º63.88%55.49%-
HSV(B)288.41º67.76%83.92%-
XYZ34.5219.5565.57-
YUV120.51180.76174.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 69 (27.34% from 255) = 14.71%
BLUE value IS 214 (83.98% from 255) = 45.63%
R=39.66%
G=14.71%
B=45.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186692140.130.6800.16288.4163.8855.49
HexBA45D6D440101204037
Octal2721053261510402044010067
Binary10111010100010111010110110110001000100001001000001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA45D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA45D6; }

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

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

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

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

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

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

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

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