#BA51CC

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

Shades of Medium Orchid #BA51CC

Tints of Medium Orchid #BA51CC

Color information

#BA51CC (or 0xBA51CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 51 and CC. RGB value is (186,81,204). Sum of RGB (Red+Green+Blue) = 186+81+204=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA51CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51CC is #45AE33. Grayscale: #7E7E7E. Windows color (decimal): -4566580 or 13390266. OLE color: 13390266.

HSL color Cylindrical-coordinate representation of color #BA51CC: hue angle of 291.22º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA51CC is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18681204-
CMYK0.090.6000.2
HSL291.22º54.67%55.88%-
HSV(B)291.22º60.29%80%-
XYZ34.0920.6859.32-
YUV126.42171.79170.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 81 (32.03% from 255) = 17.20%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=39.49%
G=17.20%
B=43.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186812040.090.6000.2291.2254.6755.88
HexBA51CC93C0141233738
Octal27212131411740244436770
Binary101110101010001110011001001111100010100100100011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51CC; }

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

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

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

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

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

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

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

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