#BA51CA

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

Shades of Medium Orchid #BA51CA

Tints of Medium Orchid #BA51CA

Color information

#BA51CA (or 0xBA51CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 51 and CA. RGB value is (186,81,202). Sum of RGB (Red+Green+Blue) = 186+81+202=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA51CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51CA is #45AE35. Grayscale: #7D7D7D. Windows color (decimal): -4566582 or 13259194. OLE color: 13259194.

HSL color Cylindrical-coordinate representation of color #BA51CA: hue angle of 292.07º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA51CA is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18681202-
CMYK0.080.6000.21
HSL292.07º53.3%55.49%-
HSV(B)292.07º59.9%79.22%-
XYZ33.8520.5958.07-
YUV126.19170.79170.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 81 (32.03% from 255) = 17.27%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=39.66%
G=17.27%
B=43.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186812020.080.6000.21292.0753.355.49
HexBA51CA83C0151243537
Octal27212131210740254446567
Binary101110101010001110010101000111100010101100100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51CA; }

 p { color: rgb(186,81,202); }

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

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

 a { background-color: rgb(186,81,202); }

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

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

 span { border-color: rgb(186,81,202); }

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