#BA74CC

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

Shades of Medium Orchid #BA74CC

Tints of Medium Orchid #BA74CC

Color information

#BA74CC (or 0xBA74CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 74 and CC. RGB value is (186,116,204). Sum of RGB (Red+Green+Blue) = 186+116+204=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74CC is #458B33. Grayscale: #929292. Windows color (decimal): -4557620 or 13399226. OLE color: 13399226.

HSL color Cylindrical-coordinate representation of color #BA74CC: hue angle of 287.73º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA74CC is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186116204-
CMYK0.090.4300.2
HSL287.73º46.32%62.75%-
HSV(B)287.73º43.14%80%-
XYZ37.3927.2960.42-
YUV146.96160.19155.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=36.76%
G=22.92%
B=40.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861162040.090.4300.2287.7346.3262.75
HexBA74CC92B0141202e3f
Octal27216431411530244405677
Binary101110101110100110011001001101011010100100100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74CC; }

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

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

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

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

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

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

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

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